Skip to content

Commit def07a1

Browse files
committed
ci: update .markdown-lint.yml
1 parent 5865d74 commit def07a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
55
MD013:
66
# Number of characters
7-
line_length: 600
7+
line_length: 240
88
# Number of characters for headings
9-
heading_line_length: 80
9+
heading_line_length: 300
1010
# Number of characters for code blocks
11-
code_block_line_length: 80
11+
code_block_line_length: 120
1212
# Include code blocks
1313
code_blocks: true
1414
# Include headings
@@ -19,7 +19,7 @@ MD013:
1919
# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md
2020
MD033:
2121
# Allowed elements
22-
allowed_elements: ['img']
22+
allowed_elements: ['img', 'a']
2323

2424
# MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md034.md
2525
# NOTE: disabled because the tables in the READMEs might contain chart values which are bare URLs
@@ -28,4 +28,4 @@ MD034: false
2828
# MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md036.md
2929
MD036:
3030
# Punctuation characters
31-
punctuation: ".,;:!?。,;:!?_"
31+
punctuation: ".,;:!?。,;:!?"

0 commit comments

Comments
 (0)