mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-03 12:41:46 +01:00
Re-implement MD038 to handle multi-line spans better and rely less on RegExp.
This commit is contained in:
parent
3b49414183
commit
ff50da3b42
7 changed files with 235 additions and 40 deletions
|
|
@ -56,3 +56,13 @@ text `code
|
|||
span code
|
||||
span ` text {MD038}
|
||||
text.
|
||||
|
||||
Text
|
||||
text `code
|
||||
span code
|
||||
span ` text {MD038}
|
||||
text
|
||||
text ` code {MD038}
|
||||
span code
|
||||
span` text
|
||||
text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue