From 1f551a4da9d3827c5d7a086208e8bd383d31dbbd Mon Sep 17 00:00:00 2001 From: Pablo Angelani Date: Fri, 13 Jan 2023 11:53:11 -0300 Subject: [PATCH] Add `remark-mdx-chartjs` to list of plugins Closes GH-2221. Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer --- docs/docs/extending-mdx.server.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/extending-mdx.server.mdx b/docs/docs/extending-mdx.server.mdx index 911610675..cbece51e2 100644 --- a/docs/docs/extending-mdx.server.mdx +++ b/docs/docs/extending-mdx.server.mdx @@ -81,6 +81,8 @@ See also the [list of remark plugins][remark-plugins] and — change frontmatter (YAML) metadata to exports * [`goodproblems/remark-mdx-math-enhanced`](https://github.com/goodproblems/remark-mdx-math-enhanced) — enhance math with JavaScript inside it +* [`pangelani/remark-mdx-chartjs`](https://github.com/pangelani/remark-mdx-chartjs) + — replace fenced code blocks with charts using [`react-chartjs-2`](https://react-chartjs-2.js.org/). {/* please use alpha sorting on **project** name!