mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
removed unused code
This commit is contained in:
@@ -29,10 +29,6 @@ module Jekyll
|
||||
setup
|
||||
r = RedCloth.new(content)
|
||||
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
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user