We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf1284 commit 8ba5630Copy full SHA for 8ba5630
.github/markdownlint.json
@@ -1,6 +1,6 @@
1
{
2
- "default": true,
3
- "heading-style": "atx",
4
- "line_length": false,
5
- "no-inline-html": false
+ "default": false,
+ "heading-increment": true,
+ "first-line-heading": true,
+ "heading-style": "atx"
6
}
0 commit comments