From 6ee90b34c87354baf8e03d5469a92cf5dd17a82b Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 16 Aug 2022 16:49:29 +0200 Subject: Add support for frontmatter --- readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index bad92da..24e6a72 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,6 @@ Crate docs are currently at ### Docs - [ ] (1) Add overview docs on how everything works -- [ ] (1) Add more examples ### Refactor @@ -41,14 +40,10 @@ Crate docs are currently at ### Extensions -The main thing here is is to figure out if folks could extend from the outside -with their own code, or if we need to maintain it all here. -Regardless, it is essential for the launch of `micromark-rs` that extensions -are theoretically or practically possible. The extensions below are listed from top to bottom from more important to less important. -- [ ] (1) frontmatter (yaml, toml) (flow) +- [x] (1) frontmatter (yaml, toml) (flow) — [`micromark-extension-frontmatter`](https://github.com/micromark/micromark-extension-frontmatter) - [ ] (3) autolink literal (GFM) (text) — [`micromark-extension-gfm-autolink-literal`](https://github.com/micromark/micromark-extension-gfm-autolink-literal) -- cgit