showdown/test/features/#164.2.disallow_underscore_emphasis_mid_word.md
Estevão Soares dos Santos 0c0cd7db99 feat(literalMidWordUnderscores): add support for GFM literal midword underscores
Github Flavored Markdown does not parse underscores in the middle of a word as emphasis/bold.
This commit adds this feature to showdown through an option called "literalMidWordUnderscores".

Related to #164
2015-07-11 15:45:58 +01:00

233 B

this is a sentence_with_mid underscores

this is a sentence with just_one underscore

this should be parsed as emphasis

this is double__underscore__mid word

this has just__one double underscore

this should be parsed as bold