Skip to content

Commit 98e269a

Browse files
committed
rules for markdown lint
1 parent 619c6a9 commit 98e269a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.markdownlint.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
no-trailing-punctuation: false
3+
no-inline-html: false
4+
first-line-heading: false
5+
link-fragments: false
6+
7+
# MD013 - Line length
8+
MD013:
9+
code_block_line_length: 125
10+
code_blocks: true
11+
heading_line_length: 80
12+
headings: true
13+
line_length: 125
14+
stern: true
15+
strict: false
16+
tables: true
17+

0 commit comments

Comments
 (0)