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 93911ba commit d9883c7Copy full SHA for d9883c7
1 file changed
{{cookiecutter.project_slug}}/.markdownlint.jsonc
@@ -14,5 +14,9 @@
14
// Fenced code blocks should be surrounded by blank lines
15
"MD031": false,
16
// Emphasis as heading (e.g., table of contents)
17
- "MD036": false
+ "MD036": false,
18
+ // Fenced code blocks should have a language specified
19
+ "MD040": true,
20
+ // Table column style (pipe alignment)
21
+ "MD060": true
22
}
0 commit comments