| id | MDS005 |
|---|---|
| name | no-duplicate-headings |
| status | ready |
| description | No two headings should have the same text. |
No two headings should have the same text.
- ID: MDS005
- Name:
no-duplicate-headings - Status: ready
- Default: enabled
- Fixable: no
- Implementation: source
- Category: heading
Enable:
rules:
no-duplicate-headings: trueDisable:
rules:
no-duplicate-headings: false# Title
## Section
## Section# Title
## Section One
Body one.
## Section Two
Body two.