diff --git a/config.rb b/config.rb index e0f2479..2488797 100644 --- a/config.rb +++ b/config.rb @@ -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,