Some problems with formatting bullet lists with hard returns have reemerged in version 0.8.7. Here is a sample:
(markdown "* A list element with a hard return. * A second list element with a hard return, for which we add some superfluous material" :stream t)
==>
<ul>A list element with a </ul>hard return. <ul>A second list element with a hard return, for which we add </ul><p>some superfluous material </p>
Best wishes, Hans
Thanks Hans,
I've verified the same _bad_ behavior that you have; I'll check on this tomorrow.
(two steps forward, one step backwards...)
On Mar 6, 2007, at 3:18 PM, Hans Halvorson wrote:
Some problems with formatting bullet lists with hard returns have reemerged in version 0.8.7. Here is a sample:
(markdown "* A list element with a hard return.
- A second list element with a hard return, for which we add
some superfluous material" :stream t)
==>
<ul>A list element with a </ul>hard return. <ul>A second list element with a hard return, for which we add </ul><p>some superfluous material </p>
Best wishes, Hans _______________________________________________ cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
Hi Hans,
0.8.8 just went out with the re-fixed fix. Unfortunately, I'll need to go to work on 0.8.9 very soon because this fix plays badly with other fixes and produces funky line breaks on input like "AT&T.
Thanks again for your report. The regression tests were failing, I just need to make sure and read them more carefully.
On Mar 6, 2007, at 3:18 PM, Hans Halvorson wrote:
Some problems with formatting bullet lists with hard returns have reemerged in version 0.8.7. Here is a sample:
(markdown "* A list element with a hard return.
- A second list element with a hard return, for which we add
some superfluous material" :stream t)
==>
<ul>A list element with a </ul>hard return. <ul>A second list element with a hard return, for which we add </ul><p>some superfluous material </p>
Best wishes, Hans _______________________________________________ cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
cl-markdown-devel@common-lisp.net