aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-01 12:18:43 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-01 12:18:43 +0200
commit6fd5d61ed9b8cb66c13f44893d50025c9a87b217 (patch)
treedc471f61a8b4cec968a98ad61b3d4f14745d6c3b /readme.md
parentfa363dbba79f50001a22d1c90b8fb2009101d48c (diff)
downloadmarkdown-rs-6fd5d61ed9b8cb66c13f44893d50025c9a87b217.tar.gz
markdown-rs-6fd5d61ed9b8cb66c13f44893d50025c9a87b217.tar.bz2
markdown-rs-6fd5d61ed9b8cb66c13f44893d50025c9a87b217.zip
Add support for GFM tagfilter
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
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