Forgot to remove debugging code :-/
This commit is contained in:
parent
8c4edb655e
commit
ab3927499f
|
@ -33,11 +33,8 @@ module Jekyll
|
||||||
@config['redcloth'].each do |key, value|
|
@config['redcloth'].each do |key, value|
|
||||||
restrictions << key.to_sym if value
|
restrictions << key.to_sym if value
|
||||||
end
|
end
|
||||||
require 'ap'
|
|
||||||
ap restrictions
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
RedCloth.new(content, restrictions).to_html
|
RedCloth.new(content, restrictions).to_html
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue