question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MD033 triggered for backticked HTML

See original GitHub issue

In 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:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
DavidAnsoncommented, 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!

0reactions
VasilyStrelyaevcommented, May 13, 2019

Thanks so much @DavidAnson!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found