RFC: Remove <p> Paragraph Tags between <li> Tags
    Mariusz Wojcik 
    mdickie007 at gmail.com
       
    Sat Nov 23 16:42:46 EST 2013
    
    
  
    <li>[Home](/)</li>
    <li>[About Me](/about-me.html)</li>
    <li>[Projects](/projects.html)</li>
creates
    <p><li><a href="/">Home</a></li>
    <li><a href="/about-me.html">About Me</a></li>
    <li><a href="/projects.html">Projects</a></li></p>
Is this a bug or a feature? I think it shouldn't be that way because the <p> 
Tags around `li`s are illegal.
Greetings,
Mariusz Wojcik
    
    
More information about the Markdown-Discuss
mailing list