File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -162,3 +162,21 @@ MD050:
162162MD054 :
163163 autolinks : false # no raw URLs
164164 url_inline : false # no URLs with same title as URL, instead remove http(s) from your title
165+
166+ # ##
167+ # The following implementations are buggy and have been removed in upstream, and some older versions
168+ # of markdownlintcli are still using these rules. If you're reading this, please test if they've
169+ # started parsing properly, and enable them as necessary.
170+ # ##
171+
172+ # MD055: Table row doesn't begin/end with pipes
173+ MD055 : false
174+
175+ # MD056: Table has inconsistent number of columns
176+ MD056 : false
177+
178+ # MD057: Table has missing or invalid header separation (second row)
179+ MD057 : false
180+
181+ # MD058: Tables should be surrounded by blank lines
182+ MD058 : false
You can’t perform that action at this time.
0 commit comments