From 1e4c95079cb97b2b02440b21945c6d12741a7d19 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 25 Aug 2022 13:16:45 +0200 Subject: Add support for GFM footnotes --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 565d90a..b4788ae 100644 --- a/readme.md +++ b/readme.md @@ -141,7 +141,7 @@ They are not enabled by default but can be turned on with `options.constructs`. - [x] frontmatter - [ ] gfm - [x] autolink literal - - [ ] footnote + - [x] footnote - [x] strikethrough - [ ] table - [ ] tagfilter -- cgit