Removing print statement for RDiscount.
This commit is contained in:
parent
3c39612d84
commit
db75c8f588
|
@ -41,7 +41,6 @@ module Jekyll
|
||||||
RDiscount.new(content).to_html
|
RDiscount.new(content).to_html
|
||||||
end
|
end
|
||||||
|
|
||||||
puts 'Using rdiscount for Markdown'
|
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
puts 'You must have the rdiscount gem installed first'
|
puts 'You must have the rdiscount gem installed first'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue