generated from finphie/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.markdownlint.yml
60 lines (59 loc) · 1.08 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
$schema: "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json"
heading-style:
style: atx
ul-style:
style: dash
no-trailing-spaces:
br_spaces: 0
no-hard-tabs:
spaces_per_tab: 2
line-length: false
no-duplicate-heading:
siblings_only: true
no-trailing-punctuation:
punctuation: .,;:!?。,;:!?、
no-blanks-blockquote: false
ol-prefix:
style: one
no-inline-html:
allowed_elements:
- details
- summary
hr-style:
style: ---
no-emphasis-as-heading: false
fenced-code-language:
allowed_languages:
- text
- csharp
- razor
- typescript
- javascript
- python
- html
- css
- markdown
- xml
- json
- yaml
- shell
- powershell
- batch
- bash
- editorconfig
- dockerfile
language_only: true
required-headings: false
code-block-style:
style: fenced
emphasis-style:
style: asterisk
strong-style:
style: asterisk
link-image-style:
collapsed: false
full: false
shortcut: false
url_inline: false
table-pipe-style:
style: leading_and_trailing