Update MD003 to support setext_with_atx.

This commit is contained in:
David Anson 2015-07-29 22:17:33 -07:00
parent c2aff32460
commit fd1215d143
4 changed files with 33 additions and 5 deletions

View file

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

View file

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