Quote:
Originally Posted by user_none
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.)