markdown-it plugin to add toc and anchor links in headings
mdast utility to use headings as ranges in mdast
Find range of a target heading and make it collapsible by `<details>` and `<summary>` like the below.
Increase or decrease heading depth
remark plugin to adjust the gap between headings
Automatically add anchors to headings
remark-lint rule to for too many hashes (h7+ “headings”)
remark-lint rule to warn when headings are indented
remark-lint rule to warn when the first heading has a level other than a specified value
remark-lint rule to warn when emphasis or importance is used instead of a heading
remark-lint rule to warn when headings are too long
remark-lint rule to warn on duplicate headings in a section
remark-lint rule to warn when multiple top level headings are used
remark-lint rule to warn when headings end in illegal characters
A custom markdownlint rule for checking title case headings
rehype plugin to add links to headings
rehype plugin to add `id` attributes to headings
Deprecated: this package is no longer maintained. Please use `remark-rehype` to move from remark (markdown) to rehype (HTML) and then replace `remark-autolink-headings` with [`rehype-autolink-headings`][rehype-autolink-headings].
Slugify a URL, path or heading id using the same format as GitHub heading anchors.
Inject some markdown into some other markdown, keeping heading structure intact.
mdast utility to get the style of a heading
remark-lint rule to warn when heading style violates the given style
Prevents non-breaking spaces from breaking headings
remark-lint rule to warn when heading content is indented
Extras for marked.js. Utils, language definitions, templates for custom headings and sensible defaults.