We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa63ff commit 522aebdCopy full SHA for 522aebd
1 file changed
.markdownlint.jsonc
@@ -2,7 +2,7 @@
2
// SPDX-FileCopyrightText: 2021 The Elixir Team
3
4
{
5
- // Consecutive header levels (h1 -> h2 -> h3). We don't care about this.
+ // Consecutive header levels (h1 -> h2 -> h3).
6
"MD001": false,
7
// Header style. We use #s.
8
"MD003": {
@@ -41,5 +41,7 @@
41
// This warns if you have spaces in code blocks. Sometimes, that's fine.
42
"MD038": false,
43
// Code block style. We don't care if it's fenced or indented.
44
- "MD046": false
+ "MD046": false,
45
+ // Our tables are too large to align.
46
+ "MD060": false,
47
}
0 commit comments