Reimplement MD038/no-space-in-code to handle multi-backtick strings (fixes #46).

This commit is contained in:
David Anson 2017-02-18 22:56:06 -08:00
parent 00171da565
commit 31206f9387
3 changed files with 51 additions and 13 deletions

View file

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