markdownlint/test/code-block-trailing-spaces.md

40 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
}
-->