We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb55db commit 359a496Copy full SHA for 359a496
scripts/.markdownlint-cli2.yaml
@@ -7,7 +7,7 @@ config:
7
default: false
8
MD040: false # Fenced code blocks should have a language specified
9
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}
+ custom-anchor-headings: true # Headings must have a custom anchor which is unique per page eg. # A Heading {#a-heading}
11
no-markdown-image-tags: false
12
# Keep this item last due to length
13
proper-names: # MD044
0 commit comments