mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD033/no-inline-html to ignore elements with embedded forward slash (fixes #201).
This commit is contained in:
parent
37236df18e
commit
f81609d1bb
2 changed files with 5 additions and 1 deletions
|
|
@ -21,3 +21,7 @@ Text \` text `<code>` text `<code>` text
|
|||
Text \` text `<code>` text \` text `<code>` text
|
||||
Text \`\` text `<code>` text
|
||||
Text `<code>` text \` text `<code>` text
|
||||
|
||||
## Slash in element name
|
||||
|
||||
Text **\<base directory>\another\directory\\<slash/directory>** text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue