Skip to content

Commit 359a496

Browse files
authored
turn back on markdown-lint
1 parent dfb55db commit 359a496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/.markdownlint-cli2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config:
77
default: false
88
MD040: false # Fenced code blocks should have a language specified
99
links-url-type: false # Disallow relative links to a .md or .mdx file
10-
custom-anchor-headings: false # Headings must have a custom anchor which is unique per page eg. # A Heading {#a-heading}
10+
custom-anchor-headings: true # Headings must have a custom anchor which is unique per page eg. # A Heading {#a-heading}
1111
no-markdown-image-tags: false
1212
# Keep this item last due to length
1313
proper-names: # MD044

0 commit comments

Comments
 (0)