From f141a042469e11db4875a9c5f2c5e59b8df492ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Fri, 9 Feb 2024 16:56:47 +0100 Subject: [PATCH] Add `rehype-headings-normalize` to list of related projects Closes GH-3. Reviewed-by: Titus Wormer --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 8d2899a..74a2b63 100644 --- a/readme.md +++ b/readme.md @@ -153,6 +153,8 @@ Use of `rehype-shift-heading` is safe. — add `id`s to headings * [`rehype-autolink-headings`](https://github.com/rehypejs/rehype-autolink-headings) — add links to headings +* [`rehype-headings-normalize`](https://github.com/hashbite/rehype-headings-normalize) + — normalizes headlines by shifting to a minimum level and closing gaps ## Contribute