candy
candy copied to clipboard
linkify function does not match URL with underscore
URL with an underscore do not get replaced with HTML links. In function linkify, the pattern match "a-z" needs to be "a-z_" to match URL with an underscore.
PRs welcome :)