Skip to content

Commit 134933d

Browse files
committed
ci: update markdownlint
1 parent c956866 commit 134933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ blanks-around-headings: { lines_below: 0 } # rule of proximity
88
ul-style: { style: sublist }
99
ol-prefix: { style: ordered }
1010
line-length: { tables: false, code_block_line_length: 90 }
11-
no-inline-html: { allowed_elements: [img, details, summary, kbd, a, table, tr, td] }
11+
no-inline-html: { allowed_elements: [img, details, summary, kbd, a, table, tr, th, td] }
1212

1313
#-DISABLED----------------------------------------------------------------------
1414
ul-indent: false # not compatible with using tabs

0 commit comments

Comments
 (0)