mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-27 02:58:48 +01:00
Allow trailing spaces in code blocks
This commit is contained in:
parent
95d23b9a11
commit
2e391a5ca1
4 changed files with 18 additions and 3 deletions
|
|
@ -9,9 +9,16 @@ And here is more text
|
|||
This is a code block that won't trigger.
|
||||
```
|
||||
|
||||
```text
|
||||
This is code
|
||||
|
||||
with an empty line.
|
||||
```
|
||||
|
||||
But we'll do another:
|
||||
|
||||
And this {MD046}
|
||||
will.
|
||||
|
||||
Final text is here
|
||||
{MD009:14}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue