Turn on all the redcarpet options
This commit is contained in:
parent
b87c7bb489
commit
736b179888
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@ module MarkdownifyHelper
|
||||||
markdown_options = {
|
markdown_options = {
|
||||||
:autolink => true,
|
:autolink => true,
|
||||||
:fenced_code_blocks => true,
|
:fenced_code_blocks => true,
|
||||||
:space_after_headers => true
|
:space_after_headers => true,
|
||||||
|
:strikethrough => true,
|
||||||
|
:superscript => true,
|
||||||
|
:tables => true
|
||||||
}
|
}
|
||||||
|
|
||||||
render_options[:filter_html] = true
|
render_options[:filter_html] = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue