mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
9 lines
No EOL
350 B
Ruby
9 lines
No EOL
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 |