Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 2401c3e

Browse files
authored
Merge pull request #14 from raisedevs/improve_docs
Improve documentation and support
2 parents 88bc9cf + 613475e commit 2401c3e

File tree

7 files changed

+393
-37
lines changed

7 files changed

+393
-37
lines changed

.markdownlint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Don't care about line length
2+
MD013: false
3+
4+
# Allow indented headings for lists
5+
MD023: false
6+
7+
# Allow duplicate headings for lists
8+
MD024: false
9+
10+
# Allow inline HTML for <details>
11+
MD033: false

0 commit comments

Comments
 (0)