MD033 triggered for backticked HTML
See original GitHub issueIn v0.14.0, MD033 is now triggered for HTML tags even if they are backticked.
For example, the following markdown is now flagged:
# Header
`<script>`
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Escaped backtick can cause MD033 · Issue #193 - GitHub
The following triggers because it sees the escaped backtick as part of the HTML escaping If the type is a generic type, ...
Read more >Markdownlint Rules - kiki
This rule is triggered when you skip heading levels in a markdown document, for example: # Heading 1 ### Heading 3 We skipped...
Read more >Allow some HTML elements in markdown lint rule MD033 in ...
When authoring Markdown in Visual Studio Code with the markdownlint extension installed, I am seeing lint message MD033/no-inline-html: ...
Read more >How do I escape a backtick ` within in-line code in Markdown?
This is especially useful in situations where your code is already wrapping things in backticks (e.g., in Swift, enum { case `true` =...
Read more >doc/Rules.md · Gitee 极速下载/markdownlint - Gitee.com
This rule is triggered whenever raw HTML is used in a markdown document: ... is triggered on code span elements that have spaces...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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!
Thanks so much @DavidAnson!