From 4c90d84fa7481723a083df248f79049536abb350 Mon Sep 17 00:00:00 2001 From: Meo Date: Mon, 9 Dec 2024 20:46:48 +0800 Subject: [PATCH] Add `remark-footnotes-extra` to list of plugins Closes GH-1390. Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index c60cc57c..8eeef41a 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -136,6 +136,8 @@ The list of plugins: — add custom/flexible paragraphs with customizable properties * 🟢 [`remark-flexible-toc`](https://github.com/ipikuka/remark-flexible-toc) — expose the table of contents (toc) via Vfile.data or an option reference +* 🟢 [`remark-footnotes-extra`](https://github.com/miaobuao/remark-footnotes-extra) + — add footnotes via short syntax * 🟢 [`remark-frontmatter`](https://github.com/remarkjs/remark-frontmatter) – support frontmatter (yaml, toml, and more) * 🟢 [`remark-gemoji`](https://github.com/remarkjs/remark-gemoji)