We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f79f0b commit 5ea308eCopy full SHA for 5ea308e
1 file changed
.markdownlint-cli2.yaml
@@ -17,8 +17,6 @@ config:
17
table-column-count: true
18
blanks-around-tables: true
19
descriptive-link-text: true
20
- # table-column-style:
21
- # style:aligned
22
link-fragments: true
23
no-alt-text: true
24
single-trailing-newline: true
@@ -27,7 +25,8 @@ config:
27
25
no-space-in-links: true
28
26
fenced-code-language: true
29
first-line-heading: true
30
- ol-prefix: one_or_ordered
+ ol-prefix:
+ style: one_or_ordered
31
list-marker-space: true
32
blanks-around-fences: true
33
blanks-around-lists: true
0 commit comments