mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #161] MD033 for <details> <summary> #136
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#136
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 @OzakIOne on GitHub (Dec 23, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/161
I wrote a guide in markdown and i did a FAQ , but the problem was i needed to hide it and the only solution was to use inline html elements such as
but it detects it as MD033, it should have exeptions sometimes when there is no better way to do it with html
@DavidAnson commented on GitHub (Dec 29, 2018):
The
allowed_elementsproperty of MD033 allows you to ignore a list of elements for cases like this. More info: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md033---inline-html