mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
11 lines
204 B
Markdown
11 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
|
||
|
|
} -->
|