diff --git a/lib/jekyll/converters/textile.rb b/lib/jekyll/converters/textile.rb index 838c96a7..aa7201cd 100644 --- a/lib/jekyll/converters/textile.rb +++ b/lib/jekyll/converters/textile.rb @@ -33,11 +33,8 @@ module Jekyll @config['redcloth'].each do |key, value| restrictions << key.to_sym if value end - require 'ap' - ap restrictions end - RedCloth.new(content, restrictions).to_html end end