Displaying 1 result from an estimated 1 matches for "punction".
Did you mean:
function
2006 Aug 29
0
Several bug-fixes and improvements(?)
...ring with a single space or
linebreak between them.
Also, the AUTO_LINK_RE regular expression has a bug, where it matches any
character in the leading punctuation (I think the intention was to have a
list of punctuation to be not matched, but that means it matches any
character that isn''t punction, including word characters). I changed this to
have a list of "whitelisted" punctuation (I only needed the open-bracket at
the moment) and also to match any whitespace preceding the link:
AUTO_LINK_RE = /
( # leading text
&l...