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 \_.
|