From 13734ff3736d95c320f3a5570d37f333f631479e Mon Sep 17 00:00:00 2001 From: Carl Vitullo Date: Thu, 23 Dec 2021 03:09:34 -0500 Subject: [PATCH] Add `@vcarl/remark-headings` to list of plugins Closes GH-928. Reviewed-by: Christian Murphy Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 15d3a7888..15921e005 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -127,6 +127,8 @@ The list of plugins: — custom heading id support `{#custom-id}` * 🟢 [`remark-heading-gap`](https://github.com/remarkjs/remark-heading-gap) — serialize w/ more blank lines between headings +* 🟢 [`@vcarl/remark-headings`](https://github.com/vcarl/remark-headings) + — extract a list of headings as data * 🟢 [`remark-highlight.js`](https://github.com/remarkjs/remark-highlight.js) — highlight code blocks w/ [highlight.js](https://github.com/isagalaev/highlight.js) (rehype compatible)