Skip to content

Commit ed79478

Browse files
committed
Add new markdownlint rule settings
1 parent bfb9b77 commit ed79478

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.markdownlint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,14 @@ MD050: # strong-style
115115
MD051: true # link-fragments
116116
MD052: true # reference-links-images
117117
MD053: true # link-image-reference-definitions
118+
MD054: # link-image-style
119+
autolink: false
120+
collapsed: false
121+
full: true
122+
inline: true
123+
shortcut: false
124+
url_inline: true
125+
MD055: leading_and_trailing # table-pipe-style
126+
MD056: true # table-column-count
127+
# MD057 # undefined
128+
MD058: true # blanks-around-tables

0 commit comments

Comments
 (0)