This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
markdownlint
Watch
1
Star
0
Fork
You've already forked markdownlint
0
mirror of
https://github.com/DavidAnson/markdownlint.git
synced
2025-12-16 14:00:13 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
3827842930
markdownlint
/
test
/
required-headings-missing-first.json
12 lines
131 B
JSON
Raw
Normal View
History
Unescape
Escape
Add MD043 required-headers "Required header structure" (fixes #22).
2016-07-02 22:37:52 -07:00
{
"default"
:
true
,
Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings.
2020-11-15 17:03:20 -08:00
"MD041"
:
false
,
Add MD043 required-headers "Required header structure" (fixes #22).
2016-07-02 22:37:52 -07:00
"MD043"
:
{
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-03-19 23:39:42 +01:00
"headings"
:
[
Add MD043 required-headers "Required header structure" (fixes #22).
2016-07-02 22:37:52 -07:00
"# One"
,
"## Two"
,
"### Three"
]
}
}
Reference in a new issue
Copy permalink