-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.markdownlint.yml
39 lines (28 loc) · 954 Bytes
/
.markdownlint.yml
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
# These rules are documented on https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
header-style:
style: atx # use the hash style headers instead of the underlined one
first-line-h1: false # first line in a file should not necessary be a top-level heading
ul: # unordered list style
style: dash
line_length: false # do not check for line length; rely on editor wrapping
no-inline-html:
allowed_elements:
- abbr
- i
- a
- form
- div
- input
- button
- p
- relref
no-duplicate-header: false
emphasis-style:
style: underscore
strong-style:
style: asterisk
single-title:
front_matter_title: "" # disable front matter title as a top level heading, see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md025---multiple-top-level-headings-in-the-same-document
heading-increment: false # allow to skip header levels
no-trailing-punctuation:
punctuation: .,;:。,;