Bug?

Mark Eli Kalderon eli at markelikalderon.com
Sat Mar 29 16:52:00 EDT 2008


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


More information about the Markdown-Discuss mailing list