bobtfish / text-multimarkdown

Text::MultiMarkdown CPAN module
Other
21 stars 13 forks source link

Add option to insert <br>s at linebreaks #16

Open doherty opened 12 years ago

doherty commented 12 years ago

I think Github was right about newline handling in Markdown - Text::MultiMarkdown should add support for adding <br> tags at linebreaks too.

doherty commented 12 years ago

Looks like there is already code to do that: bobtfish/text-markdown#15

bulrush15 commented 8 years ago

Line breaks in MultiMarkdown work fine for me. I just use
. You have to make a self-closing tag. It gets converted from MMD to XHTML just fine for me.