mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #182] MD033 triggered for backticked HTML #157
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#157
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 @VasilyStrelyaev on GitHub (May 8, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/182
In v0.14.0, MD033 is now triggered for HTML tags even if they are backticked.
For example, the following markdown is now flagged:
@DavidAnson commented on GitHub (May 8, 2019):
Apologies! I refactored that rule and seem to have missed this case. I will try to get a fix out this evening.
@DavidAnson commented on GitHub (May 8, 2019):
If you can stay on version
0.13.0for another day or two, I think you will avoid this problem.@DavidAnson commented on GitHub (May 9, 2019):
@VasilyStrelyaev, @molant: What I've done here should now handle most common scenarios. If you find anything that's still wrong, please provide more examples. Thanks!
@molant commented on GitHub (May 9, 2019):
Thanks @DavidAnson!
Are you going to publish a new version?
@DavidAnson commented on GitHub (May 9, 2019):
Yep,
0.14.1is now available!@molant commented on GitHub (May 9, 2019):
@DavidAnson works perfectly in our docs. Thanks!
@VasilyStrelyaev commented on GitHub (May 13, 2019):
Thanks so much @DavidAnson!