Skip to content

Commit 2236a3b

Browse files
Merge pull request #50 from Nordix/tuomo/fix-markdownlint-config
🌱 lint: allow long lines in tables and code fences
2 parents 4160493 + 7d0e1f1 commit 2236a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.markdownlint-cli2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ config:
44
ul-indent:
55
# Kramdown wanted us to have 3 earlier, tho this CLI recommends 2 or 4
66
indent: 3
7+
line-length:
8+
tables: false
9+
code_blocks: false
710

811
# Don't autofix anything, we're linting here
912
fix: false

0 commit comments

Comments
 (0)