mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 07:58:49 +01:00
Allow trailing spaces in indented code blocks (#191)
This commit is contained in:
parent
2f1c2c5312
commit
779a55a662
4 changed files with 17 additions and 3 deletions
|
|
@ -2,3 +2,5 @@ This line has a single trailing space {MD009}
|
|||
This line has two trailing spaces and should be allowed
|
||||
This line has three trailing spaces {MD009}
|
||||
This line has four trailing spaces {MD009}
|
||||
|
||||
{MD009:5}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue