Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 806 Bytes

File metadata and controls

70 lines (50 loc) · 806 Bytes
id MDS003
name heading-increment
status ready
description Heading levels should increment by one. No jumping from `#` to `###`.

MDS003: heading-increment

Heading levels should increment by one. No jumping from # to ###.

Config

Enable:

rules:
  heading-increment: true

Disable:

rules:
  heading-increment: false

Examples

Bad

# Title

### Subsection

Good

# Title

## Section

Body text.

Meta-Information

  • ID: MDS003
  • Name: heading-increment
  • Status: ready
  • Default: enabled
  • Fixable: no
  • Implementation: source
  • Category: heading