middleman/middleman-more/fixtures-old/markdown-app/config.rb
2011-12-29 15:09:51 -08:00

9 lines
350 B
Ruby

set :markdown, :smartypants => true,
:no_intra_emphasis => true,
:tables => true,
:fenced_code_blocks => true,
:autolink => true,
:strikethrough => true,
:lax_html_blocks => true,
:space_after_headers => true,
:superscript => true