mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #436] MD009 inside multi line code span #365
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#365
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 @TjeuKayim on GitHub (Oct 6, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/436
I expected that this markdown passes the linting successfully:
However, markdownlint produced this warning
MD033/no-inline-html: Inline HTMLThis is not consistent with how single line code spans are parsed. For example, this does not trigger MD003:
@DavidAnson commented on GitHub (Oct 6, 2021):
Demo example: https://dlaa.me/markdownlint/#%25m%23%20Issue%20436%0A%0A%60foo%0A%3Cbar%2F%3E%60%0A