mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #255] Inline rule ignore #2065
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#2065
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 @t-rad679 on GitHub (Feb 13, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/255
Hello!
I'd like to be able to ignore specific rules for specific sections of a markdown file. In particular, the use case I have now is in a styleguide itself. I'd like to leave the rules on overall, but exempt demonstration blocks where it is intentionally incorrect to show how not to do it. Is this possible?
@DavidAnson commented on GitHub (Feb 13, 2020):
Yes, it’s documented here: https://github.com/DavidAnson/markdownlint/blob/master/README.md#configuration
@t-rad679 commented on GitHub (Feb 13, 2020):
Oh cool! Thanks! I googled it and didn't find anything so I figured it didn't exist.