showdownjs / showdown

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

Line Break Option won’t work #927

Closed MarketingPip closed 2 years ago

MarketingPip commented 2 years ago

I am assuming there is something wrong with my code - but tried using line break option with no success. When using

   # This

   # Example

It renders all on the same line.

The JS can be found here - https://github.com/MarketingPipeline/Markdown-Elements

Thank you for help in advanced!

MarketingPip commented 2 years ago

User error - closing this issue!