Commit 3cf7bc5
committed
lint: promote 'Normative basis' subheading from h3 to h2 (MD001)
Markdownlint's MD001 (heading-increment) disallows h1 → h3 jumps.
Our rule docs open with `# <title>` as the only h1, then proceed
directly to `## Examples` / etc. — my earlier edit inserted a
`### On normative basis` section between them, jumping a level.
Promoted to `##` so the heading tree is h1 → h2 → h2 → ...1 parent 5e0189f commit 3cf7bc5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments