mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-03 22:48:49 +01:00
Ignore escaped backticks in code span elements per specification.
This commit is contained in:
parent
e2bdb522f5
commit
5a1fb40871
2 changed files with 16 additions and 4 deletions
|
|
@ -40,7 +40,19 @@ text ```code``` text ``code `` text {MD038}
|
|||
|
||||
``embedded ` backtick`` text `code`
|
||||
|
||||
`backslash does not escape \` backtick`
|
||||
`backslash does not escape \` backtick in code span `
|
||||
|
||||
escaped \` backtick is ignored outside `code span`
|
||||
|
||||
`code` then escaped \` backtick
|
||||
|
||||
``code`` then escaped \` backtick then `code`
|
||||
|
||||
multiple \` escaped backticks \` in text
|
||||
|
||||
\` escaped backtick \` at start of text
|
||||
|
||||
text and ``\`code with ignored escaped \` backticks``
|
||||
|
||||
`` ` `` text `code`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue