markdownlint/test/incorrect_heading_atx.json
Milos Levacic 45424cf459 Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
2018-04-18 22:27:48 -07:00

6 lines
59 B
JSON

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