ticket id
000059
status
resolved
priority
???
assigned to
Waylan
Reported by: Ben Weaver
Component:

Hi,

I'm using Markdown 2.0.3 and noticed that the following markdown:

[Python][1]
[1]: <http://python.org/> "Python"

produces this:

<p><a href="&lt;http://python.org/&gt;" title="Python">Python</a></p>

instead of this:

<p><a href="http://python.org/" title="Python">Python</a></p>

The Markdown syntax guide notes that angle brackets around the url of a reference-style link target are optional.

Thanks!

Resolution

fixed

Powered by Sputnik | XHTML 1.1