Appearance
heading-levels
Detect skipped heading levels.
error
<h1>Title</h1> <h3>Sub</h3>
<h1>Title</h1> <h2>Sub</h2> <h3>SubSub</h3>
{ "rules": { "heading-levels": "error" } }