Turn on all the redcarpet options

This commit is contained in:
Brian Wisti 2011-08-16 21:11:34 -07:00
parent b87c7bb489
commit 736b179888

View file

@ -9,7 +9,10 @@ module MarkdownifyHelper
markdown_options = {
:autolink => true,
:fenced_code_blocks => true,
:space_after_headers => true
:space_after_headers => true,
:strikethrough => true,
:superscript => true,
:tables => true
}
render_options[:filter_html] = true