From 00a7c9f4a0646b5965b40954948bfaf47cefcd99 Mon Sep 17 00:00:00 2001 From: atsonkov Date: Tue, 2 Feb 2021 21:29:20 +0200 Subject: [PATCH] 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 ]"] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e43b9..3a3b4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).