1.0.0 • Published 9 months ago

remark-fix-heading-depths v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

remark-normalize-headings

remark Plugin to make sure heading levels increment by one level at a time.

What is this?

This package is a unified (remark) plugin to ensure heading levels increment by one level at a time.

unified is a project that transforms content with abstract syntax trees (ASTs). remark adds support for markdown to unified. mdast is the markdown AST that remark uses. This is a remark plugin that transforms mdast.