mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #530] Should MD041 be ignored for Github Wiki markdown? #2281
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#2281
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 @rcdailey on GitHub (May 30, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/530
Applies to Github Wiki, but also Azure Devops wiki too. I'm sure there are others. These types of wikis like to make the first heading automatic based on the filename. In these cases, it doesn't make sense to put a top-line heading because it would look weird.
In these cases, is it advised to disable this lint rule?
@DavidAnson commented on GitHub (May 30, 2022):
Yes, that sounds appropriate. Feel free to disable any of the rules that don't suit you!
@rcdailey commented on GitHub (May 31, 2022):
Thank you!