Displaying 1 result from an estimated 1 matches for "auto_link_r".
Did you mean:
auto_link_re
2006 Aug 29
0
Several bug-fixes and improvements(?)
...:inline_textile_autolink_urls,
:inline_textile_autolink_urls, :inline_textile_autolink_emails,
:inline_textile_autolink_emails] # do these twice to accomodate for one
space/line diffs
This fixes any problems with two URLs appearing 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 &qu...