[ANN]: Markdown 1.0.1b6
    John Gruber 
    gruber at fedora.net
       
    Fri Dec  3 14:13:37 EST 2004
    
    
  
Download:
  <http://daringfireball.net/projects/downloads/Markdown_1.0.1b6.zip>
A few small bug fixes:
    1.0.1b6:
    
    +   Inline links using `<` and `>` URL delimiters weren't working:
            like [this](<http://example.com/>)
        
        Fixed by moving _DoAutoLinks() after _DoAnchors() in _RunSpanGamut().
    
    +   Added a bit of tolerance for trailing spaces and tabs after Markdown
        hr's.
Unless anything else turns up, this build will become 1.0.1 on Monday.
-J.G.
    
    
More information about the Markdown-discuss
mailing list