diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index dbabdf3..e30ee92 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -43,6 +43,8 @@ config: MD036: false # MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading. MD041: false + # MD060/table-column-style - Table column style. + MD060: false ############################## # Customize a few other rules.