kzykhys / Ciconia

A New Markdown parser for PHP5.4
http://ciconia.kzykhys.com/
MIT License
355 stars 31 forks source link

GFM auto-link recreated an existing link #23

Closed breezewish closed 10 years ago

breezewish commented 10 years ago

New bug found ;D

[http://hello.world.com](http://hello.world.com)

expecting output:

<p><a href="http://hello.world.com">http://hello.world.com</a></p>

current output:

<p><a href="http://hello.world.com"></a><a href="http://hello.world.com&lt;/a">http://hello.world.com&gt;</a></p>
kzykhys commented 10 years ago

Thank you! I've not tested this pattern.