From 6f1683ea00a1942811d5ed6a2292eaf79ee36570 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 17 Nov 2021 11:37:17 +0100 Subject: [PATCH] Add `remark-mdx` to list of related projects --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c2acd08..bcc8d94 100644 --- a/readme.md +++ b/readme.md @@ -341,13 +341,12 @@ scripting (XSS)][xss] attacks. * [`remark-gfm`](https://github.com/remarkjs/remark-gfm) — support GFM (autolink literals, footnotes, strikethrough, tables, tasklists) -* [`remark-github`](https://github.com/remarkjs/remark-github) - — link references to commits, issues, pull-requests, and users, like on - GitHub * [`remark-frontmatter`](https://github.com/remarkjs/remark-frontmatter) — support frontmatter (YAML, TOML, and more) * [`remark-math`](https://github.com/remarkjs/remark-math) — support math +* [`remark-mdx`](https://github.com/mdx-js/mdx/tree/main/packages/mdx) + — support MDX (JSX, expressions, ESM) ## Contribute