docbrown/config/initializers/redcarpet.rb
Mac Siri 2ee4e703eb
Remove disable_indented_code_blocks (#4988) [deploy]
We have decided enable indented-code-block because it is an expected
markdown feature. The trade-off here is that backticks will cause
rendering issues in codeblock.
2019-12-03 13:04:53 -05:00

11 lines
229 B
Ruby

::REDCARPET_CONFIG = {
autolink: true,
no_intra_emphasis: true,
fenced_code_blocks: true,
lax_html_blocks: true,
lax_spacing: true,
strikethrough: true,
superscript: true,
tables: true,
footnotes: true
}.freeze