mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Reimplement MD038/no-space-in-code to handle multi-backtick strings (fixes #46).
This commit is contained in:
parent
00171da565
commit
31206f9387
3 changed files with 51 additions and 13 deletions
|
|
@ -986,6 +986,11 @@ To fix this, remove the spaces inside the codespan markers:
|
|||
|
||||
`some text`
|
||||
|
||||
Note: A single leading or trailing space is allowed if used to separate codespan
|
||||
markers from an embedded backtick:
|
||||
|
||||
`` ` embedded backtick``
|
||||
|
||||
## MD039 - Spaces inside link text
|
||||
|
||||
Tags: whitespace, links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue