docbrown/config/initializers/redcarpet.rb
2018-02-28 16:11:08 -05:00

11 lines
No EOL
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