mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
33 lines
349 B
Markdown
33 lines
349 B
Markdown
# Inline Configure File Multiple Instances
|
|
|
|
***
|
|
{MD035:3}
|
|
|
|
Trailing spaces:
|
|
|
|
<!-- markdownlint-configure-file
|
|
{
|
|
"hr-style": {
|
|
"style": "***"
|
|
},
|
|
"no-trailing-spaces": false
|
|
}
|
|
-->
|
|
|
|
***
|
|
{MD035:17}
|
|
|
|
Trailing spaces:
|
|
|
|
<!-- markdownlint-configure-file
|
|
{
|
|
"hr-style": {
|
|
"style": "---"
|
|
}
|
|
}
|
|
-->
|
|
|
|
***
|
|
{MD035:30}
|
|
|
|
Trailing spaces:
|