mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-30 12:38:48 +01:00
Atx-style headers which are closed can now be used with setext style headers, when at header level 3 or more.
6 lines
78 B
JSON
6 lines
78 B
JSON
{
|
|
"default": true,
|
|
"MD003": {
|
|
"style": "setext_with_atx_closed"
|
|
}
|
|
}
|