forked from wizelineacademy/github-actions-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.yaml
More file actions
38 lines (37 loc) · 926 Bytes
/
Copy path.markdownlint.yaml
File metadata and controls
38 lines (37 loc) · 926 Bytes
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
# MD013/line-length - Line length
MD013:
# Number of characters
line_length: 159
# Number of characters for headings
heading_line_length: 80
# Number of characters for code blocks
code_block_line_length: 80
# Include code blocks
code_blocks: true
# Include tables
tables: true
# Include headings
headings: true
# Include headings
headers: true
# Strict length checking
strict: false
# Stern length checking
stern: false
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
# Only check sibling headings
allow_different_nesting: false
# Only check sibling headings
siblings_only: true
MD025:
# Heading level
level: 1
# RegExp for matching title in front matter
front_matter_title: ""
MD033:
# Allow img html to size images
allowed_elements:
- img
- div
- em