]> Sergey Matveev's repositories - public-inbox.git/commit
linkify: implement Markdown link compatibility
authorEric Wong <e@80x24.org>
Tue, 6 Dec 2016 23:01:39 +0000 (23:01 +0000)
committerEric Wong <e@80x24.org>
Tue, 6 Dec 2016 23:12:18 +0000 (23:12 +0000)
commit130d0c4e33c5c73dc69e270fc698735d49e0f159
tree9c64ef335c53611f45eff1b2edb5e6ccb741d952
parent95d4bf7aded41cb3b0040c321d315532f68633e1
linkify: implement Markdown link compatibility

Although unescaped parentheses in URLs are technically allowed,
they are uncommon.  However, Markdown-like syntaxes are
unfortunately common for URLs, so we might as well support them.
lib/PublicInbox/Linkify.pm
t/linkify.t