Skip to content

Commit

Permalink
Changing redcarpet command to new syntax to work with Redcarpet 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
houshuang committed Feb 24, 2012
1 parent a51f7e1 commit 8616ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bib2html.rb
Expand Up @@ -34,4 +34,4 @@
exit
end

puts Redcarpet.new(content.join).to_html
puts Redcarpet::Markdown.new(Redcarpet::Render::HTML).render(content.join)

0 comments on commit 8616ada

Please sign in to comment.