diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-01 12:18:43 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-01 12:18:43 +0200 |
commit | 6fd5d61ed9b8cb66c13f44893d50025c9a87b217 (patch) | |
tree | dc471f61a8b4cec968a98ad61b3d4f14745d6c3b /readme.md | |
parent | fa363dbba79f50001a22d1c90b8fb2009101d48c (diff) | |
download | markdown-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |