FIX: Remove g and m flags from autolink regex

This commit is contained in:
Jacob Chapel 2015-02-06 00:41:38 -08:00
parent dea05e6041
commit e57be55979

View File

@ -3,7 +3,7 @@
a hrefs for them. a hrefs for them.
**/ **/
var urlReplacerArgs = { var urlReplacerArgs = {
matcher: /^((?:https?:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.])(?:[^\s()<>]+|\([^\s()<>]+\))+(?:\([^\s()<>]+\)|[^`!()\[\]{};:'".,<>?«»“”‘’\s]))/gm, matcher: /^((?:https?:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.])(?:[^\s()<>]+|\([^\s()<>]+\))+(?:\([^\s()<>]+\)|[^`!()\[\]{};:'".,<>?«»“”‘’\s]))/,
spaceOrTagBoundary: true, spaceOrTagBoundary: true,
emitter: function(matches) { emitter: function(matches) {