We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357cc46 commit 7f63a02Copy full SHA for 7f63a02
.markdownlint-cli2.jsonc
@@ -1,11 +1,11 @@
1
{
2
"config": {
3
- "no-inline-html": false,
4
- "line-length": false,
5
"commands-show-output": false,
6
- "ol-prefix": false,
7
- "no-trailing-punctuation": false,
+ "descriptive-link-text": false,
+ "line-length": false,
8
"no-alt-text": false,
9
- "descriptive-link-text": false
+ "no-inline-html": false,
+ "no-trailing-punctuation": false,
+ "ol-prefix": false
10
}
11
0 commit comments