Displaying 1 result from an estimated 1 matches for "inline_textile_autolink_urls".
2006 Aug 29
0
Several bug-fixes and improvements(?)
...es):
TEXTILE_RULES = [:refs_textile, :block_textile_table,
:block_textile_lists, :block_textile_defs,
:block_textile_prefix, :inline_textile_image,
:inline_textile_link,
:inline_textile_code, :inline_textile_span,
:glyphs_textile,
: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...