-
Notifications
You must be signed in to change notification settings - Fork 498
/
Copy path.markdownlint-cli2.yaml
87 lines (66 loc) · 1.82 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
ignores:
# This page contains markdown issues on purpose
- pages/06.contribute/05.write_documentation/02.markdown_guide/doc_markdown_guide*
# Those pages are auto-generated, issues found there should be fixed upstream
- pages/06.contribute/10.packaging_apps/10.manifest/10.appresources/packaging_app_manifest_resources.md
- pages/06.contribute/10.packaging_apps/20.scripts/10.helpers/packaging_app_scripts_helpers.md
- pages/06.contribute/10.packaging_apps/20.scripts/12.helpers21/packaging_app_scripts_helpers_v21.md
- pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md
- pages/06.contribute/15.dev/03.forms/forms.md
config:
default: true
# FIXME: should be removed when actually fixed
no-alt-text: false
# Title pages have first-level headings duplicated with the markdown header
single-title: false
# Github and grav don't have the same heading link fragment algorithm, headings with `'` are broken
link-fragments: false
code-block-style:
style: fenced
code-fence-style:
style: backtick
emphasis-style:
style: asterisk
strong-style:
style: asterisk
ul-style:
style: dash
ul-indent:
indent: 2
heading-style:
style: atx
no-duplicate-heading:
siblings_only: true
hr-style:
style: ---
ol-indent:
indent: 2
ol-prefix:
style: ordered
no-trailing-punctuation:
punctuation: ".,;:"
no-inline-html: false
MD040:
allowed_languages:
- bash
- html
- css
- javascript
- php
- json
- yaml
- toml
- markdown
- text
- nginx
language_only: true
proper-names:
code_blocks: false
html_elements: false
names:
- YunoHost
- GitHub
line-length: false
no-reversed-links: false
no-missing-space-atx: false
first-line-heading: false