mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
10 lines
204 B
Markdown
10 lines
204 B
Markdown
# Inline Configure File Violations
|
|
|
|
Emphasis * with * spaces {MD037}
|
|
|
|
Trailing spaces:
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"comment": "emphasis * with * spaces",
|
|
"no-trailing-spaces": false
|
|
} -->
|