aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
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