We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b842cc commit 28d1910Copy full SHA for 28d1910
.markdownlint.yaml
@@ -0,0 +1,16 @@
1
+# Unordered list symbol
2
+MD004:
3
+ style: asterisk
4
+
5
+# Unordered list indentation
6
+MD007:
7
+ indent: 2
8
9
+MD012: false # allow blank lines
10
11
+MD013:
12
+ line_length: 800
13
+ tables: false
14
15
+MD024: false # duplicate headings
16
+MD033: false # inline HTML
package.json
@@ -39,6 +39,6 @@
39
"API"
40
],
41
"scripts": {
42
- "format-markdown": "npx prettier --write --single-quote versions/3.0.4.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.0.4.md"
+ "format-markdown": "npx prettier --write --single-quote versions/3.2.0.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.2.0.md"
43
}
44
0 commit comments