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
# 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.39.0/doc/md041.md
193
-
MD041:
194
-
# Allow content before first heading
195
-
allow_preamble: false
196
-
# RegExp for matching title in front matter
197
-
front_matter_title: ^\\s*title\\s*[:=]
198
-
# Heading level
199
-
level: 1
193
+
MD041: false
200
194
201
195
# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md042.md
202
196
MD042: true
@@ -244,7 +238,7 @@ MD051:
244
238
# Ignore case of fragments
245
239
ignore_case: false
246
240
# Pattern for ignoring additional fragments
247
-
ignored_pattern: ""
241
+
ignored_pattern: ''
248
242
249
243
# MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md052.md
0 commit comments