From 351c69644bdbdf52c95e322904273657892920b5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 22 Aug 2022 11:50:42 +0200 Subject: Add support for GFM strikethrough --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index bdeff01..762a882 100644 --- a/readme.md +++ b/readme.md @@ -142,7 +142,7 @@ They are not enabled by default but can be turned on with `options.constructs`. - [ ] gfm - [x] autolink literal - [ ] footnote - - [ ] strikethrough + - [x] strikethrough - [ ] table - [ ] tagfilter - [ ] task list item -- cgit