I am using markdownlint, which lint all Markdown files according these Markdown rules - including README.md files in Helm Charts.
Describe the bug
When readme-generator-for-helm runs, it generates Parameters section where after each section it includes two blank new lines that goes against this markdown rule MD012 - Multiple consecutive blank lines. There should be only one new line after each section.
Currently it is a problem, because everytime Parameters section is generated, markdownlint says that this rule is not met because of that blank new lines.
Expected behavior
It generates only one blank new line after each section in Parameters section and if this section is last section in Parameters section it won't add any blank new lines.
I am using markdownlint, which lint all Markdown files according these Markdown rules - including README.md files in Helm Charts.
Describe the bug When readme-generator-for-helm runs, it generates Parameters section where after each section it includes two blank new lines that goes against this markdown rule MD012 - Multiple consecutive blank lines. There should be only one new line after each section.
Currently it is a problem, because everytime Parameters section is generated, markdownlint says that this rule is not met because of that blank new lines.
Expected behavior It generates only one blank new line after each section in Parameters section and if this section is last section in Parameters section it won't add any blank new lines.