Displaying 2 results from an estimated 2 matches for "block_textile_prefix".
2006 Jun 05
3
possible bug in trunk base.rb? BREAK_RE.
Hello All, first post to the list.
I just checked out trunk and it broke my tests.
Turns out that the BREAK_RE regex found in base.rb is missing the "/m"
mode modifier.
I am still getting my head around the library so i may be missing
something but was that done on purpose?
Thanks.
jeremy
Index: base.rb
===================================================================
--- base.rb
2006 Aug 29
0
Several bug-fixes and improvements(?)
...le iffy. Firstly, I changed 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 ac...