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|
|
||||
restrictions << key.to_sym if value
|
||||
end
|
||||
require 'ap'
|
||||
ap restrictions
|
||||
end
|
||||
|
||||
|
||||
RedCloth.new(content, restrictions).to_html
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue