Actions
Defect #29681
open"x%x%" is rendered as "&" in Textile formatter
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
The character sequence described in the subject is always rendered as "&" in Textile formatter. You can easily reproduce this issue by entering the sequence in a description field of an issue.
You see '=> "&"
' in the second line of the following text. Actually, it is 'x % x %" (I cannot spell it without spaces due to the bug).
2.3.3 :001 > ['x', '%', 'x', '%'].join => "&"
Related issues
Updated by Go MAEDA about 6 years ago
This is because RedCloth temporarily replaces "&" with "x % x %" (actually, there are no space characters) while converting Textile to HTML.
Updated by Marius BÄ‚LTEANU about 6 years ago
- Related to Feature #24681: Syntax highlighter: replace CodeRay with Rouge added
Updated by Go MAEDA about 6 years ago
- Related to Defect #20758: Ampersand+keyword in code highlighting added
Updated by Mischa The Evil over 3 years ago
- Related to Defect #35441: Inline image in Textile is not displayed if the image URL contains ampersands added
Actions