forked from zalando/restful-api-guidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.yaml
60 lines (43 loc) · 1.06 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# General rules
#
# MD012/no-multiple-blanks - Multiple consecutive blank lines
MD012:
# Consecutive blank lines
maximum: 3
# MD033/no-inline-html - Not part of our style guideline
MD033: false
#
# Rules conflicting with ascii text.
#
# MD034/no-bare-urls - Bare URL used
MD034: false
# MD037/no-space-in-emphasis - used as second level list
MD037: false
# MD041/first-line-heading/first-line-h1 - chapters are on level h2
MD041: false
# MD049/emphasis-style - asciidoc uses different styles
MD049: false
#
# Rules that may be applied when sticking to markdown code blocks.
#
# MD004/ul-style
MD004: false
# MD022/blanks-around-headings/blanks-around-headers
MD022: false
# MD023/heading-start-left/header-start-left
MD023: false
# MD026/no-trailing-punctuation
MD026: false
#
# Rules that are unclear whether they may be applied - may depend also on
# markdown code blocks.
#
# MD003/heading-style/header-style
MD003: false
# MD024/no-duplicate-heading
MD024: false
# MD027/no-multiple-space-blockquote
MD027: false
# MD052/reference-links-images
MD052: false