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.
2 parents 9342572 + 02d1859 commit b2f861cCopy full SHA for b2f861c
.markdownlint.json
@@ -0,0 +1,11 @@
1
+{
2
+ "default": true,
3
+ "MD003": { "style": "atx" },
4
+ "MD007": { "indent": 2 },
5
+ "MD013": false,
6
+ "MD025": { "front_matter_title": "false" },
7
+ "MD049": { "style": "underscore" },
8
+ "no-hard-tabs": false,
9
+ "whitespace": false,
10
+ "no-emphasis-as-heading": false
11
+}
markdownlint.rb renamed to test-markdownlint.rb
@@ -1,5 +1,8 @@
#!/usr/bin/ruby
+# This file is out of date and does not appear to be used by current versions of
+# markdownlint. See .markdownlint.json.
+
# Enable all rules by default
all
0 commit comments