mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 21:48:49 +01:00
Update MD038/no-space-in-code to avoid a possible range error for indented code fences.
This commit is contained in:
parent
0e80fa5720
commit
9f87e7dc60
5 changed files with 82 additions and 20 deletions
|
|
@ -47853,6 +47853,35 @@ Generated by [AVA](https://avajs.dev).
|
|||
␊
|
||||
text \`\` \` leading and trailing␊
|
||||
space allowed for backtick \` \`\` text␊
|
||||
␊
|
||||
<!-- markdownlint-disable blanks-around-fences fenced-code-language -->␊
|
||||
␊
|
||||
Text␊
|
||||
\`\`\`␊
|
||||
Code␊
|
||||
\`\`\`␊
|
||||
␊
|
||||
Text␊
|
||||
\`\`\`␊
|
||||
Code␊
|
||||
\`\`\`␊
|
||||
␊
|
||||
Text␊
|
||||
\`\`\`␊
|
||||
Code␊
|
||||
\`\`\`␊
|
||||
␊
|
||||
Text␊
|
||||
\`\`\`␊
|
||||
Code␊
|
||||
\`\`\`␊
|
||||
Text␊
|
||||
␊
|
||||
Text␊
|
||||
\`\`\`␊
|
||||
Code␊
|
||||
\`\`\`␊
|
||||
Text␊
|
||||
`,
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue