Allow strikethrough with two tildes in markdown, fixes #929

This commit is contained in:
Robert Lord
2018-01-19 14:13:00 -06:00
parent 2245e95e48
commit e70fdf11fc

View File

@@ -8,6 +8,7 @@ set :markdown,
smartypants: true,
disable_indented_code_blocks: true,
prettify: true,
strikethrough: true,
tables: true,
with_toc_data: true,
no_intra_emphasis: true,