mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +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.
|
|
@ -137,3 +137,32 @@ not allowed ` `` text {MD038}
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue