Skip to content

Commit bcda027

Browse files
committed
Turn on MD040 to catch dangling back ticks and code blocks without a language
1 parent 0d3a41e commit bcda027

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
@@ -5,7 +5,7 @@
55
config:
66
# turn settings on or off here
77
default: false
8-
MD040: false # Fenced code blocks should have a language specified
8+
MD040: true # Fenced code blocks should have a language specified
99
links-url-type: false # Disallow relative links to a .md or .mdx file
1010
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

0 commit comments

Comments
 (0)