Skip to content

Commit 522aebd

Browse files
authored
Update markdownlint for tables
1 parent 1fa63ff commit 522aebd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.markdownlint.jsonc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-FileCopyrightText: 2021 The Elixir Team
33

44
{
5-
// Consecutive header levels (h1 -> h2 -> h3). We don't care about this.
5+
// Consecutive header levels (h1 -> h2 -> h3).
66
"MD001": false,
77
// Header style. We use #s.
88
"MD003": {
@@ -41,5 +41,7 @@
4141
// This warns if you have spaces in code blocks. Sometimes, that's fine.
4242
"MD038": false,
4343
// Code block style. We don't care if it's fenced or indented.
44-
"MD046": false
44+
"MD046": false,
45+
// Our tables are too large to align.
46+
"MD060": false,
4547
}

0 commit comments

Comments
 (0)