markdownlint
markdownlint copied to clipboard
Headings must be title-case
I've a lot of documentation where the heading are a mixture of the following:
- Sentance-case
- Title-case
- Mixture (e.g. "About Settings and Config")
Like genders in German, it is impossible to codify simple rules for "mixture".
Instead, I want all heading to be title-case. Problem solved.
This sounds great @alexec, exactly what I was looking for in a tool to lint Markdown.
update: Found this tool and rule
Awesome. I’ll leave this issue open as I think it should be a core rule.
I've been working on one that allows configuring both sentence case and title case over here: https://github.com/greyscaled/markdownlint-rule-title-case-style
Still in an early stage, but actively being refined.