Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After each section in generated Parameters section there are two new blank lines instead of one #50

Closed
jakuboskera opened this issue Sep 26, 2022 · 1 comment

Comments

@jakuboskera
Copy link

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.

@jakuboskera jakuboskera changed the title After each section in generated Parameters section there are two new blank new lines instead of one After each section in generated Parameters section there are two new blank lines instead of one Jun 18, 2023
@fmulero
Copy link
Contributor

fmulero commented Oct 20, 2023

Thanks @jakuboskera sorry for my late response. This issue should be resolved on the 2.5.0 release

@fmulero fmulero closed this as completed Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants