You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lint-markdown/.markdownlint.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ MD012:
60
60
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md
61
61
MD013:
62
62
# Number of characters
63
-
line_length: 100
63
+
line_length: 200
64
64
# Number of characters for headings
65
65
heading_line_length: 100
66
66
# Number of characters for code blocks
67
-
code_block_line_length: 100
67
+
code_block_line_length: 200
68
68
# Include code blocks
69
69
code_blocks: true
70
70
# Include tables
@@ -107,11 +107,11 @@ MD024: false
107
107
# siblings_only: false
108
108
109
109
# MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md025.md
110
-
MD025:
110
+
MD025:false
111
111
# Heading level
112
-
level: 3
113
-
# RegExp for matching title in front matter
114
-
front_matter_title: "^\\s*title\\s*[:=]"
112
+
#level: 3
113
+
## RegExp for matching title in front matter
114
+
#front_matter_title: "^\\s*title\\s*[:=]"
115
115
116
116
# MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md026.md
117
117
MD026:
@@ -183,11 +183,11 @@ MD040:
183
183
language_only: false
184
184
185
185
# MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md041.md
186
-
MD041:
186
+
MD041:false
187
187
# Heading level
188
-
level: 1
188
+
#level: 2
189
189
# RegExp for matching title in front matter
190
-
front_matter_title: "^\\s*title\\s*[:=]"
190
+
#front_matter_title: "^\\s*title\\s*[:=]"
191
191
192
192
# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md042.md
0 commit comments