mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 23:48:49 +01:00
Add MD038, MD039 with tests.
This commit is contained in:
parent
b85e53a9c4
commit
7e431f4499
6 changed files with 98 additions and 11 deletions
7
test/spaces_inside_codespan_elements.md
Normal file
7
test/spaces_inside_codespan_elements.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
`normal codespan element`
|
||||
|
||||
` codespan element with space inside left` {MD038}
|
||||
|
||||
`codespan element with space inside right ` {MD038}
|
||||
|
||||
` codespan element with spaces inside ` {MD038}
|
||||
Loading…
Add table
Add a link
Reference in a new issue