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 b559e58 commit 3e2f086Copy full SHA for 3e2f086
.markdownlint.json
@@ -3,5 +3,7 @@
3
"heading-style": { "style": "setext_with_atx" },
4
"no-trailing-spaces": { "br_spaces": 2 },
5
"line-length": false,
6
- "no-trailing-punctuation": { "punctuation": ".,;:!" }
+ "no-duplicate-heading": { "siblings_only": true },
7
+ "no-trailing-punctuation": { "punctuation": ".,;:!" },
8
+ "no-inline-html": { "allowed_elements": ["sup"] }
9
}
0 commit comments