mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +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
|
|
@ -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