Project

General

Profile

Actions

Defect #29681

open

"x%x%" is rendered as "&" in Textile formatter

Added by Go MAEDA over 5 years ago. Updated over 5 years ago.

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

Related to Redmine - Feature #24681: Syntax highlighter: replace CodeRay with RougeClosedJean-Philippe Lang

Actions
Related to Redmine - Defect #20758: Ampersand+keyword in code highlightingClosed

Actions
Related to Redmine - Defect #35441: Inline image in Textile is not displayed if the image URL contains ampersandsClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA over 5 years ago

This is because RedCloth temporarily replaces "&" with "x % x %" (actually, there are no space characters) while converting Textile to HTML.

Actions #2

Updated by Marius BÄ‚LTEANU over 5 years ago

  • Related to Feature #24681: Syntax highlighter: replace CodeRay with Rouge added
Actions #3

Updated by Go MAEDA over 5 years ago

  • Related to Defect #20758: Ampersand+keyword in code highlighting added
Actions #4

Updated by Mischa The Evil over 2 years ago

  • Related to Defect #35441: Inline image in Textile is not displayed if the image URL contains ampersands added
Actions

Also available in: Atom PDF