From 1d706ed1cb89de026032174ee65263886d365782 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 24 Apr 2024 16:48:20 +0700 Subject: [PATCH] Add `remark-custom-header-id` to list of plugins Closes GH-1316. Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer --- doc/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index ed6c36f4..5bd2f626 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -118,6 +118,9 @@ The list of plugins: ](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-custom-blocks#readme) — new syntax for custom blocks (new node types, rehype compatible) (👉 **note**: [`remark-directive`][d] is similar and up to date) +* 🟢 [`remark-custom-header-id` + ](https://github.com/sindresorhus/remark-custom-header-id) + — add custom ID attribute to headers (`{#some-id}`) * 🟢 [`remark-definition-list` ](https://github.com/wataru-chocola/remark-definition-list) — support definition lists