From: Jean-Philippe Lang Date: Wed, 9 Dec 2009 10:30:23 +0000 (+0000) Subject: Disabled broken textile references (#4354). X-Git-Tag: 0.9.0~121 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96fe47ea198425c013745626970663f4a47b6038;p=redmine.git Disabled broken textile references (#4354). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3141 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index 0adf2076e..79dd0b6bb 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -270,7 +270,7 @@ class RedCloth3 < String @urlrefs = {} @shelf = [] - textile_rules = [:refs_textile, :block_textile_table, :block_textile_lists, + textile_rules = [:block_textile_table, :block_textile_lists, :block_textile_prefix, :inline_textile_image, :inline_textile_link, :inline_textile_code, :inline_textile_span, :glyphs_textile] markdown_rules = [:refs_markdown, :block_markdown_setext, :block_markdown_atx, :block_markdown_rule,