| 12345678910111213141516171819 |
- config:
- MD012: # no-multiple-blanks
- maximum: 2
- MD013: # line-length
- code_blocks: false
- tables: false
- MD022: # blanks-around-headings
- lines_above: 2
- lines_below: 1
- MD024: # no-duplicate-heading
- siblings_only: true
- ignores:
- - "CHANGELOG.md"
- fix: true
|