mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD033/no-inline-html to handle escaped backticks (fixes #193).
This commit is contained in:
parent
5a142da87c
commit
73e70b76f3
2 changed files with 12 additions and 1 deletions
|
|
@ -11,3 +11,13 @@ but this time on multiple lines
|
|||
```text
|
||||
<p>Neither should this as it's also in a code block {MD046:11}</p>
|
||||
```
|
||||
|
||||
## Elements in code spans
|
||||
|
||||
Text `<code>` text \` text
|
||||
Text \` text `<code>` text
|
||||
Text \` text \` text `<code>` text
|
||||
Text \` text `<code>` text `<code>` text
|
||||
Text \` text `<code>` text \` text `<code>` text
|
||||
Text \`\` text `<code>` text
|
||||
Text `<code>` text \` text `<code>` text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue