mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #521] Headings must be title-case #2272
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexec on GitHub (May 2, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/521
I've a lot of documentation where the heading are a mixture of the following:
Like genders in German, it is impossible to codify simple rules for "mixture".
Instead, I want all heading to be title-case. Problem solved.
@thisislawatts commented on GitHub (May 8, 2022):
This sounds great @alexec, exactly what I was looking for in a tool to lint Markdown.
update: Found this tool and rule
@alexec commented on GitHub (May 8, 2022):
Awesome. I’ll leave this issue open as I think it should be a core rule.
@wences-dc-uba-ar commented on GitHub (Oct 5, 2024):
In case this is ever implemented, please don't make it enabled by default.
Thanks.