Skip to content

markdownlint: Disable new MD055, MD056, MD057, MD058 rules #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,21 @@ MD050:
MD054:
autolinks: false # no raw URLs
url_inline: false # no URLs with same title as URL, instead remove http(s) from your title

###
# The following implementations are buggy and have been removed in upstream, and some older versions
# of markdownlintcli are still using these rules. If you're reading this, please test if they've
# started parsing properly, and enable them as necessary.
###

# MD055: Table row doesn't begin/end with pipes
MD055: false

# MD056: Table has inconsistent number of columns
MD056: false

# MD057: Table has missing or invalid header separation (second row)
MD057: false

# MD058: Tables should be surrounded by blank lines
MD058: false