This answer of mine has some italicized words containing underscores in the first line. These look good in the preview, but in the answer they appear non-italicized with surrounding asterisks.

Is this a known bug, and is there a workaround?

link|improve this question
feedback

2 Answers

up vote 8 down vote accepted

Workaround - write the italics tag yourself. For example:

Use <i>attr_accessor</i> to add attributes

produces:

Use attr_accessor to add attributes

Ugly, but it works.

As for whether it's a known bug - it's known now ;) (Things like this are fundamentally tricky for markdown, unfortunately.)

link|improve this answer
Thanks, that works indeed. – Lars Haugseth Jul 10 '09 at 10:25
Alternatively, escape the underscore: *this\_works as well*: this_works as well – Abel Nov 17 '09 at 0:39
feedback

The server-side markdown parser does not like mixing _ and *.

Don't cross the streams!

link|improve this answer
In that case, what happens when I do this: _*_*_*_*_*_ – Hilarious Comedy Pesto Jul 10 '09 at 15:00
2  
Try to imagine all life as you know it stopping instantaneously and every molecule in your body exploding at the speed of light. – TokenMacGuy Jul 20 '09 at 5:03
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged