Open kenjis opened 9 years ago
This probably isn't a bug considering you've included the UrlAutoLinkExtension
class. If you're going to use normal markdown style named links, inclusion of the autolink extension probably isn't the best idea.
Though the regex pattern might be able to be updated to ignore any url wrapped inside square brackets or parens, since those matches would be picked up by the core link parser
Actual result:
<p><a href="https://gist.github.com/yohgaki/ee26b252d85ac6655c16">phalcon-php.spec - See <a href="http://blog.ohgaki.net/phalcon-php-rpm-package</a">http://blog.ohgaki.net/phalcon-php-rpm-package</a</a>></p>
Expected result:
<p><a href="https://gist.github.com/yohgaki/ee26b252d85ac6655c16">phalcon-php.spec - See http://blog.ohgaki.net/phalcon-php-rpm-package</a></p>