unwanted paragraph (syntax edge-case)
Milian Wolff
mail at milianw.de
Fri Feb 8 15:55:45 EST 2008
Hi list!
Take this markdown input:
* asdf
* asdf
* asdf
asdf
What I want:
<ul>
<li>asdf
<ul>
<li>asdf</li>
<li>asdf</li>
</ul>
<p>asdf</p></li>
</ul>
But markdown puts the first asdf into a paragraph. There is nothing I can do
about this, is there? Thus my Markdownify[^1] (HTML to Markdown) converter,
cannot convert this HTML properly.
[^1]: see <http://milianw.de/projects/markdownify>
I recently released a second beta version.
--
Milian Wolff
http://milianw.de
OpenPGP key: CD1D1393
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20080208/623badae/attachment.pgp>
More information about the Markdown-Discuss
mailing list