mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
11 lines
241 B
Markdown
11 lines
241 B
Markdown
text {MD010}
|
|
text and text 2 {MD010}
|
|
texts with trailing spaces{MD010}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"no-trailing-spaces": false,
|
|
"no-hard-tabs": {
|
|
"spaces_per_tab": 0
|
|
},
|
|
"first-line-heading": false
|
|
} -->
|