refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

New Line not work #272

Closed Cosmagnaccio closed 7 years ago

Cosmagnaccio commented 7 years ago

Hi in bootstrap markdown new line inside paragraph not work. immagine

Instead if i put two spaces after the new line i have the correct result... immagine why this strange behavior??

Has anyone found a solution?Thanks :)

lodev09 commented 7 years ago

It's your parser's issue i.e. if you're using marked, you need to report this to them. This is specified in the notes section in the documentation:

The preview functionalities and html to markdown conversion are provided by 3rd party codes : markdown-js, marked (default failover if markdown-js lib not available) and to-markdown. Without them, this plugin would still work and convert the content as-is, so you could easily modify those functionalities yourself via available hooks.