From 039ccd4136b0d5495a272fded91368da5caf0d73 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 13 Oct 2022 11:28:59 +0200 Subject: Add note about `micromark` --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 4e3f2c3..16fcf9e 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit