We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ecc05 commit 99776b2Copy full SHA for 99776b2
1 file changed
.markdownlint.yaml
@@ -162,3 +162,21 @@ MD050:
162
MD054:
163
autolinks: false # no raw URLs
164
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
0 commit comments