Skip to content

Commit a684d4a

Browse files
committed
Ignore line length for tables in Markdownlint
1 parent 8a0f040 commit a684d4a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ MD030:
1616
# Code block style
1717
MD046:
1818
style: fenced
19+
20+
# Line length - ignored for tables
21+
MD013:
22+
line_length: 80
23+
tables: false

0 commit comments

Comments
 (0)