mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01: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
|
|
} -->
|