Skip to content

Commit 70fb751

Browse files
committed
fix MD055 rule configuration
1 parent 41658bf commit 70fb751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.markdownlint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ MD054: # link-image-style
122122
inline: true
123123
shortcut: false
124124
url_inline: true
125-
MD055: leading_and_trailing # table-pipe-style
125+
MD055: # table-pipe-style
126+
style: leading_and_trailing
126127
MD056: true # table-column-count
127128
# MD057 # undefined
128129
MD058: true # blanks-around-tables

0 commit comments

Comments
 (0)