Displaying 1 result from an estimated 1 matches for "inline_textile_imag".
Did you mean:
inline_textile_image
2006 Aug 29
0
Several bug-fixes and improvements(?)
...nged it so
that the parsing for auto-magic linking of normal links AND emails are done
twice (so I added the rule twice to TEXTILE_RULES in both cases):
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...