Skip to content

Commit 26fc565

Browse files
committed
Add configuration for table-pipe-style to .markdownlint.json.
1 parent 9b91c7b commit 26fc565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
"strong-style": {
5959
"style": "asterisk"
6060
},
61+
"table-pipe-style": {
62+
"style": "leading_and_trailing"
63+
},
6164
"ul-style": {
6265
"style": "dash"
6366
}

0 commit comments

Comments
 (0)