diff --git a/.markdownlint.json b/.markdownlint.json index 3707fcb..21bc843 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,5 +11,6 @@ "no-duplicate-header" : { "siblings_only" : true }, + "no-duplicate-heading" : false, "no-inline-html" : false } diff --git a/changelog.md b/changelog.md index 0402cdc..ff1e57b 100644 --- a/changelog.md +++ b/changelog.md @@ -19,10 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Upgraded to DocBox v3 -* Code Quality updates -* Automated testing, code quality and s3 binaries +- Upgraded to DocBox v3 +- Code Quality updates +- Automated testing, code quality and s3 binaries ## [v1.0.0] => 2018-AUG-3 -* Initial creation of separate CommandBox project +- Initial creation of separate CommandBox project