Skip to content

Commit 3e2f086

Browse files
committed
Overhaul the README.md
1 parent b559e58 commit 3e2f086

File tree

2 files changed

+385
-194
lines changed

2 files changed

+385
-194
lines changed

.markdownlint.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"heading-style": { "style": "setext_with_atx" },
44
"no-trailing-spaces": { "br_spaces": 2 },
55
"line-length": false,
6-
"no-trailing-punctuation": { "punctuation": ".,;:!" }
6+
"no-duplicate-heading": { "siblings_only": true },
7+
"no-trailing-punctuation": { "punctuation": ".,;:!" },
8+
"no-inline-html": { "allowed_elements": ["sup"] }
79
}

0 commit comments

Comments
 (0)