-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.markdownlint.yaml
19 lines (16 loc) · 1.13 KB
/
.markdownlint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Defaults https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
# DOCS https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
#───────────────────────────────────────────────────────────────────────────────
# MODIFIED SETTINGS
blanks-around-headings: { lines_below: 0 } # rule of proximity
ul-style: { style: sublist }
ol-prefix: { style: ordered }
line-length: { tables: false, code_blocks: false }
no-inline-html: { allowed_elements: [img, details, summary, kbd, a, br] }
#─────────────────────────────────────────────────────────────────────────────
# DISABLED
ul-indent: false # not compatible with using tabs
no-hard-tabs: false # taken care of by editorconfig
blanks-around-lists: false # space waster
first-line-heading: false # e.g., ignore-comments
no-emphasis-as-heading: false # sometimes useful