-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.markdownlint.yaml
More file actions
70 lines (50 loc) · 1.03 KB
/
.markdownlint.yaml
File metadata and controls
70 lines (50 loc) · 1.03 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Markdownlint configuration for Privacy Policy Analyzer documentation
# Line length
MD013:
line_length: 120
code_blocks: false
tables: false
headings: false
html: false
# First line heading
MD041: false
# Multiple consecutive blank lines
MD012:
maximum: 2
# Inline HTML
MD033: false
# Emphasis used instead of a header
MD036: false
# Lists without punctuation
MD032: false
# Unordered list style
MD004:
style: dash
# Ordered list item prefix
MD029: false
# Code block language
MD040: false
# Horizontal rule style
MD035:
style: "---"
# List indentation
MD007:
indent: 2
# No bare URLs
MD034: false
# No hard tabs
MD010: false
# No trailing punctuation in headers
MD026: false
# No multiple spaces after hash on atx style header
MD020: false
# No multiple spaces before hash on atx style header
MD021: false
# Headers should be surrounded by blank lines
MD022: false
# Headers should start at the beginning of the line
MD023: false
# Multiple headers with the same content
MD024: false
# Link fragments
MD051: false