removed unused code
This commit is contained in:
parent
0aab73e156
commit
ed7f914459
|
@ -29,10 +29,6 @@ module Jekyll
|
||||||
setup
|
setup
|
||||||
r = RedCloth.new(content)
|
r = RedCloth.new(content)
|
||||||
r.hard_breaks = @config['redcloth']['hard_breaks']
|
r.hard_breaks = @config['redcloth']['hard_breaks']
|
||||||
# if @config['redcloth']['hard_breaks'] == false
|
|
||||||
# STDERR.puts 'hards_breaks disabled'
|
|
||||||
# r.hard_breaks = false
|
|
||||||
# end
|
|
||||||
r.to_html
|
r.to_html
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue