From dfdf5a14685268b3e257b3f731c4f5cc3461c296 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Wed, 24 Sep 2025 15:17:04 +0100 Subject: [PATCH] add `remark-insert-headings` to list of plugins --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index fd51b5df..01d16123 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -210,6 +210,8 @@ The list of plugins: — change references and definitions to links and images * 🟢 [`remark-ins`](https://github.com/ipikuka/remark-ins) — add ins element for inserted texts opposite to deleted texts +* 🟢 [`remark-insert-headings`](https://github.com/tgreyuk/remark-insert-headings) + — inserts one or more specified headings if they are not already present * 🟢 [`remark-join-cjk-lines`](https://github.com/purefun/remark-join-cjk-lines) — remove extra space between CJK Characters. * ⚠️ [`remark-kbd`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-kbd#readme)