hoedown/hoedown

link parsing bug?

Closed this issue · 0 comments

Hi,

Not sure if this is technically allowed, but the behaviour seems odd:

Parsing
[foo](#foo<bar>)

Results in
<p><a href="#foo%3Cbar">foo</a></p>

(note the lack of closing bracket (%3E)