File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
5
5
MD013 :
6
6
# Number of characters
7
- line_length : 600
7
+ line_length : 240
8
8
# Number of characters for headings
9
- heading_line_length : 80
9
+ heading_line_length : 300
10
10
# Number of characters for code blocks
11
- code_block_line_length : 80
11
+ code_block_line_length : 120
12
12
# Include code blocks
13
13
code_blocks : true
14
14
# Include headings
19
19
# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md
20
20
MD033 :
21
21
# Allowed elements
22
- allowed_elements : ['img']
22
+ allowed_elements : ['img', 'a' ]
23
23
24
24
# MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md034.md
25
25
# NOTE: disabled because the tables in the READMEs might contain chart values which are bare URLs
@@ -28,4 +28,4 @@ MD034: false
28
28
# MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md036.md
29
29
MD036 :
30
30
# Punctuation characters
31
- punctuation : " .,;:!?。,;:!?_ "
31
+ punctuation : " .,;:!?。,;:!?"
You can’t perform that action at this time.
0 commit comments