From e70fdf11fc0953647dcdcb5da6bbab0b48208488 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 19 Jan 2018 14:13:00 -0600 Subject: [PATCH] Allow strikethrough with two tildes in markdown, fixes #929 --- config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rb b/config.rb index e0f2479e..24887979 100644 --- a/config.rb +++ b/config.rb @@ -8,6 +8,7 @@ smartypants: true, disable_indented_code_blocks: true, prettify: true, + strikethrough: true, tables: true, with_toc_data: true, no_intra_emphasis: true,