kzykhys / Ciconia

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

'_' bug with auto URL parsing #21

Closed breezewish closed 10 years ago

breezewish commented 10 years ago

http://hello.world?_t=a

result:

<p><a href="http://hello.world?<em>t=a">http://hello.world?</em>t=a</a></p>
kzykhys commented 10 years ago

Thank you for reporting. Also this <http://hello.world?_t=a> fails.

This is a bug, and I will fix it. For now, the solution is http://hello.world?\_t=a.