diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-13 11:28:59 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-13 11:28:59 +0200 |
commit | 039ccd4136b0d5495a272fded91368da5caf0d73 (patch) | |
tree | 46a3151277c767df8427591c9f0a61c13abface8 | |
parent | 892458077800b890a4538a5db5209475c312dc92 (diff) | |
download | markdown-rs-039ccd4136b0d5495a272fded91368da5caf0d73.tar.gz markdown-rs-039ccd4136b0d5495a272fded91368da5caf0d73.tar.bz2 markdown-rs-039ccd4136b0d5495a272fded91368da5caf0d73.zip |
Add note about `micromark`
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,6 +46,9 @@ this project goes further by following how the reference parsers (`cmark`, Other than CommonMark and GFM, this project also supports common extensions to markdown such as MDX, math, and frontmatter. +This Rust crate has a sibling project in JavaScript: [`micromark`][micromark] +(and [`mdast-util-from-markdown`][mdast-util-from-markdown] for the AST). + ## Questions * to learn markdown, see this [cheatsheet and tutorial][cheat] @@ -361,6 +364,10 @@ Special thanks go out to: [mdast]: https://github.com/syntax-tree/mdast +[micromark]: https://github.com/micromark/micromark + +[mdast-util-from-markdown]: https://github.com/syntax-tree/mdast-util-from-markdown + [vercel]: https://vercel.com [murderlon]: https://github.com/murderlon |