[cl-markdown-devel] manual line breaking

Hans Halvorson hhalvors at Princeton.EDU
Tue Feb 27 08:39:30 UTC 2007


In perl-markdown, a couple of whitespaces at the end of a line are
rendered as a <br /> tag.  It does not appear that cl-markdown has
implemented this feature yet.  For example, consider the following
input text (note that there are two whitespaces at the end of "First
line"):


First line  
Second line


Output from perl-markdown:
==========================

<p>First line<br />
Second line</p>


Output from cl-markdown:
========================

<p>First line  Second line</p>


Best wishes,
Hans



More information about the Cl-markdown-devel mailing list