1

Closed

MarkDown parser: no bold, no italic

description

Please give a look to this mine thread: http://katanaproject.codeplex.com/discussions/433560

As you can see there's various unparsed underscore.

Hope can help you fix!

Regards, Giacomo Stelluti Scala (@gsscoder)
Closed Feb 27 at 9:42 PM by TomCornelius
In today's release we changed things so punctuation characters such as ',' and '.' immediately following markdown will not break things like bold and italics.

comments

TomCornelius wrote Feb 19 at 5:13 PM

Try putting the punctuation inside the underscores. The way it works now, if there is a character that immediately follows underscore then it doesn't get interpreted as markdown.

This is because we don't want to convert strings like this_is_a_variable.

gsscoder wrote Feb 21 at 12:52 PM

OK, thanks for replying.