mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-08 17:08:50 +01:00
Handle multi-line inline code spans better (fixes #130).
This commit is contained in:
parent
6afd61ed66
commit
4865301ce9
5 changed files with 115 additions and 13 deletions
58
test/line-breaks-inside-code-spans.md
Normal file
58
test/line-breaks-inside-code-spans.md
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# Line breaks inside code spans
|
||||
|
||||
Text `code
|
||||
span` text.
|
||||
|
||||
Text `code
|
||||
span` text `code
|
||||
span` text.
|
||||
|
||||
Text `code
|
||||
span` text `code
|
||||
span` text `code
|
||||
span` text.
|
||||
|
||||
Text `code
|
||||
span
|
||||
code
|
||||
span` text.
|
||||
|
||||
Text `code
|
||||
span` text `code span`
|
||||
text `code span` text.
|
||||
|
||||
Text `code
|
||||
span` text `code span` text
|
||||
`code span` text.
|
||||
|
||||
`code
|
||||
span` `span`
|
||||
`span`
|
||||
|
||||
Text
|
||||
text ` code {MD038}
|
||||
span` text
|
||||
text.
|
||||
|
||||
Text
|
||||
text `code
|
||||
span ` text {MD038}
|
||||
text.
|
||||
|
||||
Text
|
||||
text `code
|
||||
span code
|
||||
span` text
|
||||
text.
|
||||
|
||||
Text
|
||||
text ` code {MD038}
|
||||
span code
|
||||
span` text
|
||||
text.
|
||||
|
||||
Text
|
||||
text `code
|
||||
span code
|
||||
span ` text {MD038}
|
||||
text.
|
||||
Loading…
Add table
Add a link
Reference in a new issue