Commit d5bd0afd authored by Amy Qualls's avatar Amy Qualls Committed by Marcel Amirault

Enable markdownlint rule MD040

Markdownlint rule MD040 requires all code blocks to declare a
language. This MR should only be merged after all code blocks
have been proven to be fixed.
parent fadb7e02
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
"style": "---" "style": "---"
}, },
"no-emphasis-as-heading": false, "no-emphasis-as-heading": false,
"fenced-code-language": false,
"first-line-h1": false, "first-line-h1": false,
"code-block-style": { "code-block-style": {
"style": "fenced" "style": "fenced"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment