docbrown/config/initializers/redcarpet.rb

12 lines
267 B
Ruby

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