kzykhys / Ciconia

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

Parsing error in "Try Ciconia" #27

Closed joelcuevas closed 10 years ago

joelcuevas commented 10 years ago

In "Try Ciconia" at http://ciconia.kzykhys.com/.

Input:

Look at: `http://someurl.com` and text.

Output:

<p>Look at: <code><a href="http://someurl.com&lt;/cod">http://someurl.come&gt; and text.</a></code></p>
joelcuevas commented 10 years ago

BTW, this is not happening on my local dev-master environment.

kzykhys commented 10 years ago

Thanks for reporting. I will close this issue after more tests. Thank you again!