Hi, This might be related to the bug reported earlier about parsing URLs with parens, but the following looks like a bug to me: [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the free encyclopedia") gets rendered by Markdown 1.01 as: <p><a href="http://en.wikipedia.org/wiki/ZIP_(file_format">ZIP archives</a> "ZIP (file format) - Wikipedia, the free encyclopedia")</p> Shouldn't it be, instead: <p><a href="http://en.wikipedia.org/wiki/ZIP_(file_format" title="ZIP (file format) - Wikipedia, the free encyclopedia">ZIP archives</a></p> There are two problems: 1. losing the final paren in the URL 2. losing the title info All the best, Mark
On Sat, Mar 29, 2008 at 4:52 PM, Mark Eli Kalderon <eli at markelikalderon.com> wrote:> Hi, > > This might be related to the bug reported earlier about parsing URLs > with parens, but the following looks like a bug to me: > > [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP > (file format) - Wikipedia, the free encyclopedia") > > gets rendered by Markdown 1.01 as: >[snip] According to Babelmark [1] its fixed in 1.02b8. Although I see a few other distributions get this wrong too. Thanks for the report. [1]: http://babelmark.bobtfish.net/?markdown=%5BZIP+archives%5D%28http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FZIP_%28file_format%29+%22ZIP+%28file+format%29+-+Wikipedia%2C+the+free+encyclopedia%22%29&normalize=on -- ---- Waylan Limberg waylan at gmail.com