| Summary: | error in "Interpret text formatting tags" | ||
|---|---|---|---|
| Product: | [Unmaintained] knode | Reporter: | peter_s_d |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.7.2 | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
peter_s_d
2003-10-08 04:28:16 UTC
Found another oddity. In the following section of a news post the slashes either side of "root" dissappeared and itallicised "root", but the slashes either side of "var" and "urpmi" did not dissapear, or cause "var" and "urpmi" to be itallicised. <--quote--> Create a file /root/.grpmi with 'noclearcache' on a line by itself and the rpm's will not be deleted from the /var/cache/urpmi/rpm. <--end quote--> Regarding the original report: '/\-/' is rendered to '\-' with italic font which is correct. Regarding comment #1: I would consider this the correct behaviour, the formatting is only applied if there are whitespaces or punctuation signs on both sides. This should be correct in most common situations, but since the parsing can only be done heuristically it can't be perfect in all situations. |