mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD009/no-trailing-spaces to allow trailing spaces in fenced code blocks (fixes #292).
This commit is contained in:
parent
6c1bc8ecb5
commit
bd63c57fde
4 changed files with 45 additions and 10 deletions
|
|
@ -11,12 +11,6 @@ And here is more text
|
|||
This is a code block that won't trigger.
|
||||
```
|
||||
|
||||
```text
|
||||
This is code
|
||||
|
||||
with a line with trailing spaces. {MD009:16}
|
||||
```
|
||||
|
||||
But we'll do another:
|
||||
|
||||
And this {MD046}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue