From 6fd5d61ed9b8cb66c13f44893d50025c9a87b217 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 1 Sep 2022 12:18:43 +0200 Subject: Add support for GFM tagfilter --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 21a96de..22adcb4 100644 --- a/readme.md +++ b/readme.md @@ -133,18 +133,18 @@ See [crate docs][docs] for more info. micromark supports extensions. These extensions are maintained in this project. -They are not enabled by default but can be turned on with `options.constructs`. +They are not enabled by default but can be turned on with options. > 🐣 **Note**: extensions are currently within progress. - [ ] directive - [x] frontmatter -- [ ] gfm +- [x] gfm - [x] autolink literal - [x] footnote - [x] strikethrough - [x] table - - [ ] tagfilter + - [x] tagfilter - [x] task list item - [x] math -- cgit