HTML entities are not displayed correctly in Textile because the ampersand is converted into & by the system. Is there any way to input e.g. ⌘ and actually get ⌘?

Wrapping the entity in ==⌘== does disable Textile processing for that block. Maybe that's as good as it gets?

I'm using RedCloth.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

After having had a look through RedCloth sources, there does not seem to be a way of doing this.

Maybe it's as well, on second thought: Textile is not necessarily meant to output HTML, but HTML entities are entirely an HTML solution. I'll just input funky characters directly.

link|improve this answer
feedback

RedCloth does not get hex values in html entities, but others, like   or € are processed properly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.