Open doherty opened 12 years ago
Looks like there is already code to do that: bobtfish/text-markdown#15
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.
I think Github was right about newline handling in Markdown -
Text::MultiMarkdown
should add support for adding<br>
tags at linebreaks too.