mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-28 16:24:07 +02:00
Fix markdown validation issues in CHANGELOG.md (#344)
According to markdown lint (https://dlaa.me/markdownlint/) there are several linting issues with the Changelog: Line 18 - MD022 Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Changed"] Line 19 - MD032 Lists should be surrounded by blank lines [Context: "- Fixed typos in Italian trans..."] Line 15 - MD039 Spaces inside link text [Context: "[@tatocaster ]"]
This commit is contained in:
parent
55ec1ed4b2
commit
00a7c9f4a0
@ -12,10 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
- Danish translation from [@frederikspang](https://github.com/frederikspang).
|
||||
- Georgian translation from [@tatocaster ](https://github.com/tatocaster).
|
||||
- Georgian translation from [@tatocaster](https://github.com/tatocaster).
|
||||
- Changelog inconsistency section in Bad Practices
|
||||
|
||||
### Changed
|
||||
|
||||
- Fixed typos in Italian translation from [@lorenzo-arena](https://github.com/lorenzo-arena).
|
||||
- Fixed typos in Indonesian translation from [@ekojs](https://github.com/ekojs).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user