mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
41 lines
484 B
Markdown
41 lines
484 B
Markdown
![]() |
# code-block-trailing-spaces
|
||
|
|
||
|
Text
|
||
|
|
||
|
Two trailing spaces {MD009}
|
||
|
|
||
|
Text
|
||
|
|
||
|
Indented code block
|
||
|
|
||
|
Statement
|
||
|
Indented statement
|
||
|
|
||
|
Statement
|
||
|
Indented statement
|
||
|
|
||
|
Two trailing spaces
|
||
|
|
||
|
Text
|
||
|
|
||
|
```text
|
||
|
Fenced code block
|
||
|
|
||
|
Statement
|
||
|
Indented statement
|
||
|
|
||
|
Statement
|
||
|
Indented statement
|
||
|
|
||
|
Two trailing spaces
|
||
|
```
|
||
|
|
||
|
Text
|
||
|
|
||
|
<!-- markdownlint-configure-file
|
||
|
{
|
||
|
"no-trailing-spaces": { "strict": true },
|
||
|
"code-block-style": false
|
||
|
}
|
||
|
-->
|