removed unused code

This commit is contained in:
Thomas Laumann 2011-07-07 11:29:40 +02:00
parent 0aab73e156
commit ed7f914459
1 changed files with 0 additions and 4 deletions

View File

@ -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