From 96fe47ea198425c013745626970663f4a47b6038 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 9 Dec 2009 10:30:23 +0000 Subject: [PATCH] Disabled broken textile references (#4354). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3141 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redcloth3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index 0adf2076..79dd0b6b 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, -- 2.11.0