Skip to content

Commit d9883c7

Browse files
ci: update markdownlint rules
1 parent 93911ba commit d9883c7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

{{cookiecutter.project_slug}}/.markdownlint.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
// Fenced code blocks should be surrounded by blank lines
1515
"MD031": false,
1616
// Emphasis as heading (e.g., table of contents)
17-
"MD036": false
17+
"MD036": false,
18+
// Fenced code blocks should have a language specified
19+
"MD040": true,
20+
// Table column style (pipe alignment)
21+
"MD060": true
1822
}

0 commit comments

Comments
 (0)