View Single Post
Old 09-20-2011, 03:12 PM   #11
Agama
Guru
Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.
 
Agama's Avatar
 
Posts: 776
Karma: 2751519
Join Date: Jul 2010
Location: UK
Device: PW2, Nexus7
Quote:
Originally Posted by user_none View Post
The issue it was running into is the input parser is unable to tell the difference between "_test_" and this_or_that. It's hard to tell (nearly impossible) if the _ in a word should be kept or converted to a style. I've changed the input parser to always convert sets of _ to styles. If you want to keep mid word _'s they will need be be escaped as \_.
Thanks. I'll test it when the release comes out.

(I would expect this_or_that to convert to this<em>or</em>that during Markdown processing, because the underscores are not escaped.)
Agama is offline   Reply With Quote