-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy path.markdownlint-cli2.yaml
More file actions
57 lines (57 loc) · 1.24 KB
/
.markdownlint-cli2.yaml
File metadata and controls
57 lines (57 loc) · 1.24 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
# editorconfig-checker-disable
# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/DavidAnson/markdownlint-cli2/main/schema/markdownlint-cli2-config-schema.json
# editorconfig-checker-enable
#
# .markdownlint-cli2.yaml
# mas
#
# markdownlint-cli2 0.22.0 / markdownlint 0.40.0
#
---
gitignore: true
noBanner: true
noProgress: true
config:
blanks-around-fences:
list_items: false
code-block-style:
style: fenced
code-fence-style:
style: backtick
emphasis-style:
style: underscore
fenced-code-language:
allowed_languages: [console, shell, swift]
language_only: true
heading-style:
style: atx
hr-style:
style: ---
line-length:
stern: true
link-image-style:
shortcut: false
url_inline: false
no-hard-tabs:
code_blocks: false
spaces_per_tab: 2
no-inline-html:
allowed_elements: [a, details, h1, summary]
no-trailing-spaces:
code_blocks: true
strict: true
ol-prefix:
style: ordered
proper-names:
names: [mas]
reference-links-images:
shortcut_syntax: true
strong-style:
style: asterisk
table-column-style:
style: aligned
table-pipe-style:
style: leading_and_trailing
ul-style:
style: dash