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 cb0f893 commit 44f4a07Copy full SHA for 44f4a07
.markdownlint.json
@@ -0,0 +1,30 @@
1
+{
2
+ "blank_lines": {
3
+ "maximum": 2
4
+ },
5
+ "html": {
6
+ "allowed_elements": [
7
+ "a",
8
+ "b",
9
+ "br",
10
+ "code",
11
+ "details",
12
+ "div",
13
+ "em",
14
+ "i",
15
+ "img",
16
+ "ins",
17
+ "kbd",
18
+ "p",
19
+ "span",
20
+ "summary"
21
+ ]
22
23
+ "line-length": {
24
+ "line_length": 10000
25
26
+ "no-alt-text": true,
27
+ "no-duplicate-heading": {
28
+ "allow_different_nesting": true
29
+ }
30
+}
0 commit comments