Uh oh!
There was an error while loading. Please reload this page.
markdownlint for 3.1.1.md - #4041
Conversation
ralfhandl
commented
Aug 20, 2024
Update after #4027 is merged, check out .markdownlint.yaml from |
| @@ -0,0 +1,16 @@ | |||
| # Unordered list symbol | |||
There was a problem hiding this comment.
Do you need this file if you are going to pull the .markdownlint.yaml from main? Or we could just commit the same version of .markdownlint.yaml in the root directory in all the branches -- that might be simpler.
There was a problem hiding this comment.
validate-markdown.yaml pulls package.json and package-lock.json from main, most likely to make sure that the same version of mdv is used across all branches, so it makes sense to also use the same linter ruleset across all branches.
The "branch-local" copy of .markdownlint.yaml allows formatting the current spec markdown locally.
mainbranchformat-markdownto conveniently reformat markdown after changesPart of