diff --git a/.markdownlint.json b/.markdownlint.json index 5a1d1477eb37e8670ff32841b872db1ddc3062fc..b59f451f9b4ef991a3e8ad5402b2afe28363821d 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,6 @@ { "default": true, "MD013": { "line_length": 120 }, - "MD024": { "siblings_only": true } -} \ No newline at end of file + "MD024": { "siblings_only": true }, + "MD041": false +} diff --git a/chapters/yaml-header.md b/chapters/yaml-header.md index 1bd71adff2780facfb612b11192a5b17ee7db780..009b6d7ff6c76ff5dc7a4ed5e6e8430ce2f38b34 100644 --- a/chapters/yaml-header.md +++ b/chapters/yaml-header.md @@ -1,3 +1,4 @@ --- title: 'SUB RDD Technical Reference' -... \ No newline at end of file +... + diff --git a/technical-reference-main.txt b/technical-reference-main.txt index c87417e2455ce9d0cf30169c93d29cba564f6d20..db1808f319616eefcec9ba5b0704e0daec2c9252 100644 --- a/technical-reference-main.txt +++ b/technical-reference-main.txt @@ -1,3 +1,4 @@ +chapters/yaml-header.md chapters/about.md chapters/explanatory-notes.md chapters/style-guides.md