mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
Removing print statement for RDiscount.
This commit is contained in:
@@ -41,7 +41,6 @@ module Jekyll
|
||||
RDiscount.new(content).to_html
|
||||
end
|
||||
|
||||
puts 'Using rdiscount for Markdown'
|
||||
rescue LoadError
|
||||
puts 'You must have the rdiscount gem installed first'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user