-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.markdownlint-cli2.yaml
35 lines (28 loc) · 1.04 KB
/
.markdownlint-cli2.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
globs: ["**.md"]
ignores: ["node_modules/**"]
config:
code-block-style: {style: fenced}
code-fence-style: {style: backtick}
emphasis-style: {style: asterisk}
heading-style: {style: atx}
hr-style: {style: "---"}
link-image-style: {collapsed: false}
reference-links-images: {shortcut_syntax: true}
strong-style: {style: asterisk}
table-pipe-style: {style: leading_and_trailing}
ul-style: {style: asterisk}
# BNF syntax examples can go over length, and there's no way to exempt them
# specifically.
line-length: false
# We use inline HTML to format BNF syntax definitions.
no-inline-html: false
# We use untagged code blocks for function definitions.
fenced-code-language: false
# We often have to have duplicate subheadings for different parents.
no-duplicate-heading: false
# We use multiple sequential blockquotes to indicate unrelated non-normative
# notes.
no-blanks-blockquote: false
# We use spaces in code formatting because spaces are relevant in Sass.
no-space-in-code: false
first-line-heading: false