Skip to content

Add lint rule that headings must increment one level at a time

Evan Read requested to merge docs/enforce-headers-increment-one-level into master

What does this MR do?

Adds markdown rule: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md001---header-levels-should-only-increment-by-one-level-at-a-time to project.

Make structure more predictable for ToC generators.

No content changes were required, which was nice.

Merge request reports