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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to