Open
Description
Hey, love what you've done here. It looks super cool and useful.
I'm currently using this markdownlint pre-commit to check all my files:
- repo: git://github.com/igorshubovych/markdownlint-cli
rev: v0.5.0
hooks:
- id: markdownlint
And I get these errors when linting the markdown generated by this pre-commit.
README.md: 7: MD009/no-trailing-spaces Trailing spaces [Expected: 0; Actual: 1]
README.md: 15: MD009/no-trailing-spaces Trailing spaces [Expected: 0; Actual: 7]
README.md: 16: MD009/no-trailing-spaces Trailing spaces [Expected: 0; Actual: 7]
README.md: 18: MD009/no-trailing-spaces Trailing spaces [Expected: 0; Actual: 6]
README.md: 19: MD009/no-trailing-spaces Trailing spaces [Expected: 0; Actual: 8]
README.md: 20: MD009/no-trailing-spaces Trailing spaces [Expected: 0; Actual: 1]
README.md: 6: MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
README.md: 21: MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
README.md: 6: MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
To fix this, I think three things needed to be added to the generated makefile-doc:
- Trim all training spaces
- Add spaces before and after the ```
- Add a language to the ```
I think having this compatible with markdownlint would be a nice feature.
Metadata
Metadata
Assignees
Labels
No labels