-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.yaml
41 lines (33 loc) · 1.36 KB
/
.markdownlint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# from - https://github.com/DavidAnson/markdownlint
# schema - https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
# uses default styling of the cli
defaults: True
extends: null
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
MD013: False
# Number of characters
# line_length: 180
# Number of characters for headings
# heading_line_length: 180
# Number of characters for code blocks
# code_block_line_length: 180
# Include code blocks
# code_blocks: true
# Include tables
# tables: true
# Include headings
# headings: true
# Strict length checking
# strict: false
# Stern length checking
# stern: false
# MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md025.md
MD025: False
# MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md036.md
MD036: False
# MD033/no-inline-html: Raw HTML is allowed in Markdown, but this rule is included for those who want their documents to only include "pure" Markdown : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md
MD033: False
# MD022/blanks-around-headings/blanks-around-headers
MD022: False
# MD037/no-space-in-emphasis
MD037: False