showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.3k stars 1.57k forks source link

simpleLineBreaks weird behavior #639

Open AlexeyKosov opened 5 years ago

AlexeyKosov commented 5 years ago

When simpleLineBreaks is enabled, the following markdown

line_1
line_2

results in one line (no <br>) with the text between in italics

line1 line2

Is that by design or it's a bug?

tivie commented 5 years ago

Is the output the same with literalMidWordUnderscores enabled?