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.
This commit is contained in:
Christopher Lopes 2016-02-23 21:22:46 -08:00
parent 13ee2a285b
commit 32cd4feaea
4 changed files with 23 additions and 7 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD003": {
"style": "setext_with_atx_closed"
}
}

View file

@ -0,0 +1,7 @@
Header 1
========
Header 2
--------
### Header 3 ###