markdownlint/test/headers_good_setext_with_atx_closed.json
Christopher Lopes 32cd4feaea Add style option setext_with_atx_closed to header style rule MD003
Atx-style headers which are closed can now be used with setext style
headers, when at header level 3 or more.
2016-02-23 21:22:46 -08:00

6 lines
78 B
JSON

{
"default": true,
"MD003": {
"style": "setext_with_atx_closed"
}
}