Fail on duplicated titles of a section.
Closed this issue · 0 comments
dobladov commented
Same title should not appear twice for a h2, example:
Incorrect
### Added
- foo
- bar
### Changed
- baz
### Added
- ham
Correct
### Added
- foo
- bar
- ham
### Changed
- baz