markdownlint-cli2 0.17.2 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.37.4/schema/markdownlint-config-schema.json",
3
+ "$id": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.38.0/schema/markdownlint-config-schema.json",
4
4
  "title": "markdownlint configuration schema",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "$schema": {
8
8
  "description": "JSON Schema URI (expected by some editors)",
9
9
  "type": "string",
10
- "default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.37.4/schema/markdownlint-config-schema.json"
10
+ "default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.38.0/schema/markdownlint-config-schema.json"
11
11
  },
12
12
  "default": {
13
13
  "description": "Default state for all rules",
@@ -23,17 +23,17 @@
23
23
  "default": null
24
24
  },
25
25
  "MD001": {
26
- "description": "MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md001.md",
26
+ "description": "MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md001.md",
27
27
  "type": "boolean",
28
28
  "default": true
29
29
  },
30
30
  "heading-increment": {
31
- "description": "MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md001.md",
31
+ "description": "MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md001.md",
32
32
  "type": "boolean",
33
33
  "default": true
34
34
  },
35
35
  "MD003": {
36
- "description": "MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md003.md",
36
+ "description": "MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md003.md",
37
37
  "type": [
38
38
  "boolean",
39
39
  "object"
@@ -57,7 +57,7 @@
57
57
  "additionalProperties": false
58
58
  },
59
59
  "heading-style": {
60
- "description": "MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md003.md",
60
+ "description": "MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md003.md",
61
61
  "type": [
62
62
  "boolean",
63
63
  "object"
@@ -81,7 +81,7 @@
81
81
  "additionalProperties": false
82
82
  },
83
83
  "MD004": {
84
- "description": "MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md004.md",
84
+ "description": "MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md",
85
85
  "type": [
86
86
  "boolean",
87
87
  "object"
@@ -104,7 +104,7 @@
104
104
  "additionalProperties": false
105
105
  },
106
106
  "ul-style": {
107
- "description": "MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md004.md",
107
+ "description": "MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md",
108
108
  "type": [
109
109
  "boolean",
110
110
  "object"
@@ -127,17 +127,17 @@
127
127
  "additionalProperties": false
128
128
  },
129
129
  "MD005": {
130
- "description": "MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md005.md",
130
+ "description": "MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md005.md",
131
131
  "type": "boolean",
132
132
  "default": true
133
133
  },
134
134
  "list-indent": {
135
- "description": "MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md005.md",
135
+ "description": "MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md005.md",
136
136
  "type": "boolean",
137
137
  "default": true
138
138
  },
139
139
  "MD007": {
140
- "description": "MD007/ul-indent : Unordered list indentation : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md007.md",
140
+ "description": "MD007/ul-indent : Unordered list indentation : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md007.md",
141
141
  "type": [
142
142
  "boolean",
143
143
  "object"
@@ -165,7 +165,7 @@
165
165
  "additionalProperties": false
166
166
  },
167
167
  "ul-indent": {
168
- "description": "MD007/ul-indent : Unordered list indentation : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md007.md",
168
+ "description": "MD007/ul-indent : Unordered list indentation : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md007.md",
169
169
  "type": [
170
170
  "boolean",
171
171
  "object"
@@ -193,7 +193,7 @@
193
193
  "additionalProperties": false
194
194
  },
195
195
  "MD009": {
196
- "description": "MD009/no-trailing-spaces : Trailing spaces : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md009.md",
196
+ "description": "MD009/no-trailing-spaces : Trailing spaces : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md",
197
197
  "type": [
198
198
  "boolean",
199
199
  "object"
@@ -220,7 +220,7 @@
220
220
  "additionalProperties": false
221
221
  },
222
222
  "no-trailing-spaces": {
223
- "description": "MD009/no-trailing-spaces : Trailing spaces : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md009.md",
223
+ "description": "MD009/no-trailing-spaces : Trailing spaces : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md",
224
224
  "type": [
225
225
  "boolean",
226
226
  "object"
@@ -247,7 +247,7 @@
247
247
  "additionalProperties": false
248
248
  },
249
249
  "MD010": {
250
- "description": "MD010/no-hard-tabs : Hard tabs : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md010.md",
250
+ "description": "MD010/no-hard-tabs : Hard tabs : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md010.md",
251
251
  "type": [
252
252
  "boolean",
253
253
  "object"
@@ -277,7 +277,7 @@
277
277
  "additionalProperties": false
278
278
  },
279
279
  "no-hard-tabs": {
280
- "description": "MD010/no-hard-tabs : Hard tabs : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md010.md",
280
+ "description": "MD010/no-hard-tabs : Hard tabs : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md010.md",
281
281
  "type": [
282
282
  "boolean",
283
283
  "object"
@@ -307,17 +307,17 @@
307
307
  "additionalProperties": false
308
308
  },
309
309
  "MD011": {
310
- "description": "MD011/no-reversed-links : Reversed link syntax : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md011.md",
310
+ "description": "MD011/no-reversed-links : Reversed link syntax : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md011.md",
311
311
  "type": "boolean",
312
312
  "default": true
313
313
  },
314
314
  "no-reversed-links": {
315
- "description": "MD011/no-reversed-links : Reversed link syntax : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md011.md",
315
+ "description": "MD011/no-reversed-links : Reversed link syntax : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md011.md",
316
316
  "type": "boolean",
317
317
  "default": true
318
318
  },
319
319
  "MD012": {
320
- "description": "MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md",
320
+ "description": "MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md",
321
321
  "type": [
322
322
  "boolean",
323
323
  "object"
@@ -334,7 +334,7 @@
334
334
  "additionalProperties": false
335
335
  },
336
336
  "no-multiple-blanks": {
337
- "description": "MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md",
337
+ "description": "MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md",
338
338
  "type": [
339
339
  "boolean",
340
340
  "object"
@@ -351,7 +351,7 @@
351
351
  "additionalProperties": false
352
352
  },
353
353
  "MD013": {
354
- "description": "MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md013.md",
354
+ "description": "MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md",
355
355
  "type": [
356
356
  "boolean",
357
357
  "object"
@@ -405,7 +405,7 @@
405
405
  "additionalProperties": false
406
406
  },
407
407
  "line-length": {
408
- "description": "MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md013.md",
408
+ "description": "MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md",
409
409
  "type": [
410
410
  "boolean",
411
411
  "object"
@@ -459,57 +459,57 @@
459
459
  "additionalProperties": false
460
460
  },
461
461
  "MD014": {
462
- "description": "MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md014.md",
462
+ "description": "MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md014.md",
463
463
  "type": "boolean",
464
464
  "default": true
465
465
  },
466
466
  "commands-show-output": {
467
- "description": "MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md014.md",
467
+ "description": "MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md014.md",
468
468
  "type": "boolean",
469
469
  "default": true
470
470
  },
471
471
  "MD018": {
472
- "description": "MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md018.md",
472
+ "description": "MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md018.md",
473
473
  "type": "boolean",
474
474
  "default": true
475
475
  },
476
476
  "no-missing-space-atx": {
477
- "description": "MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md018.md",
477
+ "description": "MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md018.md",
478
478
  "type": "boolean",
479
479
  "default": true
480
480
  },
481
481
  "MD019": {
482
- "description": "MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md019.md",
482
+ "description": "MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md019.md",
483
483
  "type": "boolean",
484
484
  "default": true
485
485
  },
486
486
  "no-multiple-space-atx": {
487
- "description": "MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md019.md",
487
+ "description": "MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md019.md",
488
488
  "type": "boolean",
489
489
  "default": true
490
490
  },
491
491
  "MD020": {
492
- "description": "MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md020.md",
492
+ "description": "MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md020.md",
493
493
  "type": "boolean",
494
494
  "default": true
495
495
  },
496
496
  "no-missing-space-closed-atx": {
497
- "description": "MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md020.md",
497
+ "description": "MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md020.md",
498
498
  "type": "boolean",
499
499
  "default": true
500
500
  },
501
501
  "MD021": {
502
- "description": "MD021/no-multiple-space-closed-atx : Multiple spaces inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md021.md",
502
+ "description": "MD021/no-multiple-space-closed-atx : Multiple spaces inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md021.md",
503
503
  "type": "boolean",
504
504
  "default": true
505
505
  },
506
506
  "no-multiple-space-closed-atx": {
507
- "description": "MD021/no-multiple-space-closed-atx : Multiple spaces inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md021.md",
507
+ "description": "MD021/no-multiple-space-closed-atx : Multiple spaces inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md021.md",
508
508
  "type": "boolean",
509
509
  "default": true
510
510
  },
511
511
  "MD022": {
512
- "description": "MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md022.md",
512
+ "description": "MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md",
513
513
  "type": [
514
514
  "boolean",
515
515
  "object"
@@ -544,7 +544,7 @@
544
544
  "additionalProperties": false
545
545
  },
546
546
  "blanks-around-headings": {
547
- "description": "MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md022.md",
547
+ "description": "MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md",
548
548
  "type": [
549
549
  "boolean",
550
550
  "object"
@@ -579,17 +579,17 @@
579
579
  "additionalProperties": false
580
580
  },
581
581
  "MD023": {
582
- "description": "MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md023.md",
582
+ "description": "MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md023.md",
583
583
  "type": "boolean",
584
584
  "default": true
585
585
  },
586
586
  "heading-start-left": {
587
- "description": "MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md023.md",
587
+ "description": "MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md023.md",
588
588
  "type": "boolean",
589
589
  "default": true
590
590
  },
591
591
  "MD024": {
592
- "description": "MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md024.md",
592
+ "description": "MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md024.md",
593
593
  "type": [
594
594
  "boolean",
595
595
  "object"
@@ -605,7 +605,7 @@
605
605
  "additionalProperties": false
606
606
  },
607
607
  "no-duplicate-heading": {
608
- "description": "MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md024.md",
608
+ "description": "MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md024.md",
609
609
  "type": [
610
610
  "boolean",
611
611
  "object"
@@ -621,76 +621,76 @@
621
621
  "additionalProperties": false
622
622
  },
623
623
  "MD025": {
624
- "description": "MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md025.md",
624
+ "description": "MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md025.md",
625
625
  "type": [
626
626
  "boolean",
627
627
  "object"
628
628
  ],
629
629
  "default": true,
630
630
  "properties": {
631
+ "front_matter_title": {
632
+ "description": "RegExp for matching title in front matter",
633
+ "type": "string",
634
+ "default": "^\\s*title\\s*[:=]"
635
+ },
631
636
  "level": {
632
637
  "description": "Heading level",
633
638
  "type": "integer",
634
639
  "minimum": 1,
635
640
  "maximum": 6,
636
641
  "default": 1
637
- },
638
- "front_matter_title": {
639
- "description": "RegExp for matching title in front matter",
640
- "type": "string",
641
- "default": "^\\s*title\\s*[:=]"
642
642
  }
643
643
  },
644
644
  "additionalProperties": false
645
645
  },
646
646
  "single-title": {
647
- "description": "MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md025.md",
647
+ "description": "MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md025.md",
648
648
  "type": [
649
649
  "boolean",
650
650
  "object"
651
651
  ],
652
652
  "default": true,
653
653
  "properties": {
654
+ "front_matter_title": {
655
+ "description": "RegExp for matching title in front matter",
656
+ "type": "string",
657
+ "default": "^\\s*title\\s*[:=]"
658
+ },
654
659
  "level": {
655
660
  "description": "Heading level",
656
661
  "type": "integer",
657
662
  "minimum": 1,
658
663
  "maximum": 6,
659
664
  "default": 1
660
- },
661
- "front_matter_title": {
662
- "description": "RegExp for matching title in front matter",
663
- "type": "string",
664
- "default": "^\\s*title\\s*[:=]"
665
665
  }
666
666
  },
667
667
  "additionalProperties": false
668
668
  },
669
669
  "single-h1": {
670
- "description": "MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md025.md",
670
+ "description": "MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md025.md",
671
671
  "type": [
672
672
  "boolean",
673
673
  "object"
674
674
  ],
675
675
  "default": true,
676
676
  "properties": {
677
+ "front_matter_title": {
678
+ "description": "RegExp for matching title in front matter",
679
+ "type": "string",
680
+ "default": "^\\s*title\\s*[:=]"
681
+ },
677
682
  "level": {
678
683
  "description": "Heading level",
679
684
  "type": "integer",
680
685
  "minimum": 1,
681
686
  "maximum": 6,
682
687
  "default": 1
683
- },
684
- "front_matter_title": {
685
- "description": "RegExp for matching title in front matter",
686
- "type": "string",
687
- "default": "^\\s*title\\s*[:=]"
688
688
  }
689
689
  },
690
690
  "additionalProperties": false
691
691
  },
692
692
  "MD026": {
693
- "description": "MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md026.md",
693
+ "description": "MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md026.md",
694
694
  "type": [
695
695
  "boolean",
696
696
  "object"
@@ -706,7 +706,7 @@
706
706
  "additionalProperties": false
707
707
  },
708
708
  "no-trailing-punctuation": {
709
- "description": "MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md026.md",
709
+ "description": "MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md026.md",
710
710
  "type": [
711
711
  "boolean",
712
712
  "object"
@@ -722,27 +722,49 @@
722
722
  "additionalProperties": false
723
723
  },
724
724
  "MD027": {
725
- "description": "MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md027.md",
726
- "type": "boolean",
727
- "default": true
725
+ "description": "MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md027.md",
726
+ "type": [
727
+ "boolean",
728
+ "object"
729
+ ],
730
+ "default": true,
731
+ "properties": {
732
+ "list_items": {
733
+ "description": "Include list items",
734
+ "type": "boolean",
735
+ "default": true
736
+ }
737
+ },
738
+ "additionalProperties": false
728
739
  },
729
740
  "no-multiple-space-blockquote": {
730
- "description": "MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md027.md",
731
- "type": "boolean",
732
- "default": true
741
+ "description": "MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md027.md",
742
+ "type": [
743
+ "boolean",
744
+ "object"
745
+ ],
746
+ "default": true,
747
+ "properties": {
748
+ "list_items": {
749
+ "description": "Include list items",
750
+ "type": "boolean",
751
+ "default": true
752
+ }
753
+ },
754
+ "additionalProperties": false
733
755
  },
734
756
  "MD028": {
735
- "description": "MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md028.md",
757
+ "description": "MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md028.md",
736
758
  "type": "boolean",
737
759
  "default": true
738
760
  },
739
761
  "no-blanks-blockquote": {
740
- "description": "MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md028.md",
762
+ "description": "MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md028.md",
741
763
  "type": "boolean",
742
764
  "default": true
743
765
  },
744
766
  "MD029": {
745
- "description": "MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md029.md",
767
+ "description": "MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md029.md",
746
768
  "type": [
747
769
  "boolean",
748
770
  "object"
@@ -764,7 +786,7 @@
764
786
  "additionalProperties": false
765
787
  },
766
788
  "ol-prefix": {
767
- "description": "MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md029.md",
789
+ "description": "MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md029.md",
768
790
  "type": [
769
791
  "boolean",
770
792
  "object"
@@ -786,7 +808,7 @@
786
808
  "additionalProperties": false
787
809
  },
788
810
  "MD030": {
789
- "description": "MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md030.md",
811
+ "description": "MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md030.md",
790
812
  "type": [
791
813
  "boolean",
792
814
  "object"
@@ -821,7 +843,7 @@
821
843
  "additionalProperties": false
822
844
  },
823
845
  "list-marker-space": {
824
- "description": "MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md030.md",
846
+ "description": "MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md030.md",
825
847
  "type": [
826
848
  "boolean",
827
849
  "object"
@@ -856,7 +878,7 @@
856
878
  "additionalProperties": false
857
879
  },
858
880
  "MD031": {
859
- "description": "MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md031.md",
881
+ "description": "MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md031.md",
860
882
  "type": [
861
883
  "boolean",
862
884
  "object"
@@ -872,7 +894,7 @@
872
894
  "additionalProperties": false
873
895
  },
874
896
  "blanks-around-fences": {
875
- "description": "MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md031.md",
897
+ "description": "MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md031.md",
876
898
  "type": [
877
899
  "boolean",
878
900
  "object"
@@ -888,17 +910,17 @@
888
910
  "additionalProperties": false
889
911
  },
890
912
  "MD032": {
891
- "description": "MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md032.md",
913
+ "description": "MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md032.md",
892
914
  "type": "boolean",
893
915
  "default": true
894
916
  },
895
917
  "blanks-around-lists": {
896
- "description": "MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md032.md",
918
+ "description": "MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md032.md",
897
919
  "type": "boolean",
898
920
  "default": true
899
921
  },
900
922
  "MD033": {
901
- "description": "MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md033.md",
923
+ "description": "MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md033.md",
902
924
  "type": [
903
925
  "boolean",
904
926
  "object"
@@ -917,7 +939,7 @@
917
939
  "additionalProperties": false
918
940
  },
919
941
  "no-inline-html": {
920
- "description": "MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md033.md",
942
+ "description": "MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md033.md",
921
943
  "type": [
922
944
  "boolean",
923
945
  "object"
@@ -936,17 +958,17 @@
936
958
  "additionalProperties": false
937
959
  },
938
960
  "MD034": {
939
- "description": "MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md",
961
+ "description": "MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md034.md",
940
962
  "type": "boolean",
941
963
  "default": true
942
964
  },
943
965
  "no-bare-urls": {
944
- "description": "MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md",
966
+ "description": "MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md034.md",
945
967
  "type": "boolean",
946
968
  "default": true
947
969
  },
948
970
  "MD035": {
949
- "description": "MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md035.md",
971
+ "description": "MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md035.md",
950
972
  "type": [
951
973
  "boolean",
952
974
  "object"
@@ -962,7 +984,7 @@
962
984
  "additionalProperties": false
963
985
  },
964
986
  "hr-style": {
965
- "description": "MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md035.md",
987
+ "description": "MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md035.md",
966
988
  "type": [
967
989
  "boolean",
968
990
  "object"
@@ -978,7 +1000,7 @@
978
1000
  "additionalProperties": false
979
1001
  },
980
1002
  "MD036": {
981
- "description": "MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md036.md",
1003
+ "description": "MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md036.md",
982
1004
  "type": [
983
1005
  "boolean",
984
1006
  "object"
@@ -994,7 +1016,7 @@
994
1016
  "additionalProperties": false
995
1017
  },
996
1018
  "no-emphasis-as-heading": {
997
- "description": "MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md036.md",
1019
+ "description": "MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md036.md",
998
1020
  "type": [
999
1021
  "boolean",
1000
1022
  "object"
@@ -1010,37 +1032,37 @@
1010
1032
  "additionalProperties": false
1011
1033
  },
1012
1034
  "MD037": {
1013
- "description": "MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md037.md",
1035
+ "description": "MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md037.md",
1014
1036
  "type": "boolean",
1015
1037
  "default": true
1016
1038
  },
1017
1039
  "no-space-in-emphasis": {
1018
- "description": "MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md037.md",
1040
+ "description": "MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md037.md",
1019
1041
  "type": "boolean",
1020
1042
  "default": true
1021
1043
  },
1022
1044
  "MD038": {
1023
- "description": "MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md038.md",
1045
+ "description": "MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md038.md",
1024
1046
  "type": "boolean",
1025
1047
  "default": true
1026
1048
  },
1027
1049
  "no-space-in-code": {
1028
- "description": "MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md038.md",
1050
+ "description": "MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md038.md",
1029
1051
  "type": "boolean",
1030
1052
  "default": true
1031
1053
  },
1032
1054
  "MD039": {
1033
- "description": "MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md039.md",
1055
+ "description": "MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md039.md",
1034
1056
  "type": "boolean",
1035
1057
  "default": true
1036
1058
  },
1037
1059
  "no-space-in-links": {
1038
- "description": "MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md039.md",
1060
+ "description": "MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md039.md",
1039
1061
  "type": "boolean",
1040
1062
  "default": true
1041
1063
  },
1042
1064
  "MD040": {
1043
- "description": "MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md040.md",
1065
+ "description": "MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md040.md",
1044
1066
  "type": [
1045
1067
  "boolean",
1046
1068
  "object"
@@ -1064,7 +1086,7 @@
1064
1086
  "additionalProperties": false
1065
1087
  },
1066
1088
  "fenced-code-language": {
1067
- "description": "MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md040.md",
1089
+ "description": "MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md040.md",
1068
1090
  "type": [
1069
1091
  "boolean",
1070
1092
  "object"
@@ -1088,86 +1110,101 @@
1088
1110
  "additionalProperties": false
1089
1111
  },
1090
1112
  "MD041": {
1091
- "description": "MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md041.md",
1113
+ "description": "MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md041.md",
1092
1114
  "type": [
1093
1115
  "boolean",
1094
1116
  "object"
1095
1117
  ],
1096
1118
  "default": true,
1097
1119
  "properties": {
1120
+ "allow_preamble": {
1121
+ "description": "Allow content before first heading",
1122
+ "type": "boolean",
1123
+ "default": false
1124
+ },
1125
+ "front_matter_title": {
1126
+ "description": "RegExp for matching title in front matter",
1127
+ "type": "string",
1128
+ "default": "^\\s*title\\s*[:=]"
1129
+ },
1098
1130
  "level": {
1099
1131
  "description": "Heading level",
1100
1132
  "type": "integer",
1101
1133
  "minimum": 1,
1102
1134
  "maximum": 6,
1103
1135
  "default": 1
1104
- },
1105
- "front_matter_title": {
1106
- "description": "RegExp for matching title in front matter",
1107
- "type": "string",
1108
- "default": "^\\s*title\\s*[:=]"
1109
1136
  }
1110
1137
  },
1111
1138
  "additionalProperties": false
1112
1139
  },
1113
1140
  "first-line-heading": {
1114
- "description": "MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md041.md",
1141
+ "description": "MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md041.md",
1115
1142
  "type": [
1116
1143
  "boolean",
1117
1144
  "object"
1118
1145
  ],
1119
1146
  "default": true,
1120
1147
  "properties": {
1148
+ "allow_preamble": {
1149
+ "description": "Allow content before first heading",
1150
+ "type": "boolean",
1151
+ "default": false
1152
+ },
1153
+ "front_matter_title": {
1154
+ "description": "RegExp for matching title in front matter",
1155
+ "type": "string",
1156
+ "default": "^\\s*title\\s*[:=]"
1157
+ },
1121
1158
  "level": {
1122
1159
  "description": "Heading level",
1123
1160
  "type": "integer",
1124
1161
  "minimum": 1,
1125
1162
  "maximum": 6,
1126
1163
  "default": 1
1127
- },
1128
- "front_matter_title": {
1129
- "description": "RegExp for matching title in front matter",
1130
- "type": "string",
1131
- "default": "^\\s*title\\s*[:=]"
1132
1164
  }
1133
1165
  },
1134
1166
  "additionalProperties": false
1135
1167
  },
1136
1168
  "first-line-h1": {
1137
- "description": "MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md041.md",
1169
+ "description": "MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md041.md",
1138
1170
  "type": [
1139
1171
  "boolean",
1140
1172
  "object"
1141
1173
  ],
1142
1174
  "default": true,
1143
1175
  "properties": {
1176
+ "allow_preamble": {
1177
+ "description": "Allow content before first heading",
1178
+ "type": "boolean",
1179
+ "default": false
1180
+ },
1181
+ "front_matter_title": {
1182
+ "description": "RegExp for matching title in front matter",
1183
+ "type": "string",
1184
+ "default": "^\\s*title\\s*[:=]"
1185
+ },
1144
1186
  "level": {
1145
1187
  "description": "Heading level",
1146
1188
  "type": "integer",
1147
1189
  "minimum": 1,
1148
1190
  "maximum": 6,
1149
1191
  "default": 1
1150
- },
1151
- "front_matter_title": {
1152
- "description": "RegExp for matching title in front matter",
1153
- "type": "string",
1154
- "default": "^\\s*title\\s*[:=]"
1155
1192
  }
1156
1193
  },
1157
1194
  "additionalProperties": false
1158
1195
  },
1159
1196
  "MD042": {
1160
- "description": "MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md042.md",
1197
+ "description": "MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md042.md",
1161
1198
  "type": "boolean",
1162
1199
  "default": true
1163
1200
  },
1164
1201
  "no-empty-links": {
1165
- "description": "MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md042.md",
1202
+ "description": "MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md042.md",
1166
1203
  "type": "boolean",
1167
1204
  "default": true
1168
1205
  },
1169
1206
  "MD043": {
1170
- "description": "MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md043.md",
1207
+ "description": "MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md043.md",
1171
1208
  "type": [
1172
1209
  "boolean",
1173
1210
  "object"
@@ -1179,7 +1216,7 @@
1179
1216
  "type": "array",
1180
1217
  "items": {
1181
1218
  "type": "string",
1182
- "pattern": "^(\\*|\\+|#{1,6} .*)$"
1219
+ "pattern": "^(\\*|\\+|\\?|#{1,6}\\s+\\S.*)$"
1183
1220
  },
1184
1221
  "default": []
1185
1222
  },
@@ -1192,7 +1229,7 @@
1192
1229
  "additionalProperties": false
1193
1230
  },
1194
1231
  "required-headings": {
1195
- "description": "MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md043.md",
1232
+ "description": "MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md043.md",
1196
1233
  "type": [
1197
1234
  "boolean",
1198
1235
  "object"
@@ -1204,7 +1241,7 @@
1204
1241
  "type": "array",
1205
1242
  "items": {
1206
1243
  "type": "string",
1207
- "pattern": "^(\\*|\\+|#{1,6} .*)$"
1244
+ "pattern": "^(\\*|\\+|\\?|#{1,6}\\s+\\S.*)$"
1208
1245
  },
1209
1246
  "default": []
1210
1247
  },
@@ -1217,7 +1254,7 @@
1217
1254
  "additionalProperties": false
1218
1255
  },
1219
1256
  "MD044": {
1220
- "description": "MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md044.md",
1257
+ "description": "MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md044.md",
1221
1258
  "type": [
1222
1259
  "boolean",
1223
1260
  "object"
@@ -1246,7 +1283,7 @@
1246
1283
  "additionalProperties": false
1247
1284
  },
1248
1285
  "proper-names": {
1249
- "description": "MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md044.md",
1286
+ "description": "MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md044.md",
1250
1287
  "type": [
1251
1288
  "boolean",
1252
1289
  "object"
@@ -1275,17 +1312,17 @@
1275
1312
  "additionalProperties": false
1276
1313
  },
1277
1314
  "MD045": {
1278
- "description": "MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md045.md",
1315
+ "description": "MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md045.md",
1279
1316
  "type": "boolean",
1280
1317
  "default": true
1281
1318
  },
1282
1319
  "no-alt-text": {
1283
- "description": "MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md045.md",
1320
+ "description": "MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md045.md",
1284
1321
  "type": "boolean",
1285
1322
  "default": true
1286
1323
  },
1287
1324
  "MD046": {
1288
- "description": "MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md046.md",
1325
+ "description": "MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md046.md",
1289
1326
  "type": [
1290
1327
  "boolean",
1291
1328
  "object"
@@ -1306,7 +1343,7 @@
1306
1343
  "additionalProperties": false
1307
1344
  },
1308
1345
  "code-block-style": {
1309
- "description": "MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md046.md",
1346
+ "description": "MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md046.md",
1310
1347
  "type": [
1311
1348
  "boolean",
1312
1349
  "object"
@@ -1327,17 +1364,17 @@
1327
1364
  "additionalProperties": false
1328
1365
  },
1329
1366
  "MD047": {
1330
- "description": "MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md047.md",
1367
+ "description": "MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md047.md",
1331
1368
  "type": "boolean",
1332
1369
  "default": true
1333
1370
  },
1334
1371
  "single-trailing-newline": {
1335
- "description": "MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md047.md",
1372
+ "description": "MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md047.md",
1336
1373
  "type": "boolean",
1337
1374
  "default": true
1338
1375
  },
1339
1376
  "MD048": {
1340
- "description": "MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md048.md",
1377
+ "description": "MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md048.md",
1341
1378
  "type": [
1342
1379
  "boolean",
1343
1380
  "object"
@@ -1358,7 +1395,7 @@
1358
1395
  "additionalProperties": false
1359
1396
  },
1360
1397
  "code-fence-style": {
1361
- "description": "MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md048.md",
1398
+ "description": "MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md048.md",
1362
1399
  "type": [
1363
1400
  "boolean",
1364
1401
  "object"
@@ -1379,7 +1416,7 @@
1379
1416
  "additionalProperties": false
1380
1417
  },
1381
1418
  "MD049": {
1382
- "description": "MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md049.md",
1419
+ "description": "MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md049.md",
1383
1420
  "type": [
1384
1421
  "boolean",
1385
1422
  "object"
@@ -1400,7 +1437,7 @@
1400
1437
  "additionalProperties": false
1401
1438
  },
1402
1439
  "emphasis-style": {
1403
- "description": "MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md049.md",
1440
+ "description": "MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md049.md",
1404
1441
  "type": [
1405
1442
  "boolean",
1406
1443
  "object"
@@ -1421,7 +1458,7 @@
1421
1458
  "additionalProperties": false
1422
1459
  },
1423
1460
  "MD050": {
1424
- "description": "MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md050.md",
1461
+ "description": "MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md050.md",
1425
1462
  "type": [
1426
1463
  "boolean",
1427
1464
  "object"
@@ -1442,7 +1479,7 @@
1442
1479
  "additionalProperties": false
1443
1480
  },
1444
1481
  "strong-style": {
1445
- "description": "MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md050.md",
1482
+ "description": "MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md050.md",
1446
1483
  "type": [
1447
1484
  "boolean",
1448
1485
  "object"
@@ -1463,7 +1500,7 @@
1463
1500
  "additionalProperties": false
1464
1501
  },
1465
1502
  "MD051": {
1466
- "description": "MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md051.md",
1503
+ "description": "MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md051.md",
1467
1504
  "type": [
1468
1505
  "boolean",
1469
1506
  "object"
@@ -1474,12 +1511,17 @@
1474
1511
  "description": "Ignore case of fragments",
1475
1512
  "type": "boolean",
1476
1513
  "default": false
1514
+ },
1515
+ "ignored_pattern": {
1516
+ "description": "Pattern for ignoring additional fragments",
1517
+ "type": "string",
1518
+ "default": ""
1477
1519
  }
1478
1520
  },
1479
1521
  "additionalProperties": false
1480
1522
  },
1481
1523
  "link-fragments": {
1482
- "description": "MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md051.md",
1524
+ "description": "MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md051.md",
1483
1525
  "type": [
1484
1526
  "boolean",
1485
1527
  "object"
@@ -1490,18 +1532,33 @@
1490
1532
  "description": "Ignore case of fragments",
1491
1533
  "type": "boolean",
1492
1534
  "default": false
1535
+ },
1536
+ "ignored_pattern": {
1537
+ "description": "Pattern for ignoring additional fragments",
1538
+ "type": "string",
1539
+ "default": ""
1493
1540
  }
1494
1541
  },
1495
1542
  "additionalProperties": false
1496
1543
  },
1497
1544
  "MD052": {
1498
- "description": "MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md052.md",
1545
+ "description": "MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md052.md",
1499
1546
  "type": [
1500
1547
  "boolean",
1501
1548
  "object"
1502
1549
  ],
1503
1550
  "default": true,
1504
1551
  "properties": {
1552
+ "ignored_labels": {
1553
+ "description": "Ignored link labels",
1554
+ "type": "array",
1555
+ "items": {
1556
+ "type": "string"
1557
+ },
1558
+ "default": [
1559
+ "x"
1560
+ ]
1561
+ },
1505
1562
  "shortcut_syntax": {
1506
1563
  "description": "Include shortcut syntax",
1507
1564
  "type": "boolean",
@@ -1511,13 +1568,23 @@
1511
1568
  "additionalProperties": false
1512
1569
  },
1513
1570
  "reference-links-images": {
1514
- "description": "MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md052.md",
1571
+ "description": "MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md052.md",
1515
1572
  "type": [
1516
1573
  "boolean",
1517
1574
  "object"
1518
1575
  ],
1519
1576
  "default": true,
1520
1577
  "properties": {
1578
+ "ignored_labels": {
1579
+ "description": "Ignored link labels",
1580
+ "type": "array",
1581
+ "items": {
1582
+ "type": "string"
1583
+ },
1584
+ "default": [
1585
+ "x"
1586
+ ]
1587
+ },
1521
1588
  "shortcut_syntax": {
1522
1589
  "description": "Include shortcut syntax",
1523
1590
  "type": "boolean",
@@ -1527,7 +1594,7 @@
1527
1594
  "additionalProperties": false
1528
1595
  },
1529
1596
  "MD053": {
1530
- "description": "MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md053.md",
1597
+ "description": "MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md053.md",
1531
1598
  "type": [
1532
1599
  "boolean",
1533
1600
  "object"
@@ -1548,7 +1615,7 @@
1548
1615
  "additionalProperties": false
1549
1616
  },
1550
1617
  "link-image-reference-definitions": {
1551
- "description": "MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md053.md",
1618
+ "description": "MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md053.md",
1552
1619
  "type": [
1553
1620
  "boolean",
1554
1621
  "object"
@@ -1569,7 +1636,7 @@
1569
1636
  "additionalProperties": false
1570
1637
  },
1571
1638
  "MD054": {
1572
- "description": "MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md054.md",
1639
+ "description": "MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md054.md",
1573
1640
  "type": [
1574
1641
  "boolean",
1575
1642
  "object"
@@ -1610,7 +1677,7 @@
1610
1677
  "additionalProperties": false
1611
1678
  },
1612
1679
  "link-image-style": {
1613
- "description": "MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md054.md",
1680
+ "description": "MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md054.md",
1614
1681
  "type": [
1615
1682
  "boolean",
1616
1683
  "object"
@@ -1651,7 +1718,7 @@
1651
1718
  "additionalProperties": false
1652
1719
  },
1653
1720
  "MD055": {
1654
- "description": "MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md055.md",
1721
+ "description": "MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md055.md",
1655
1722
  "type": [
1656
1723
  "boolean",
1657
1724
  "object"
@@ -1674,7 +1741,7 @@
1674
1741
  "additionalProperties": false
1675
1742
  },
1676
1743
  "table-pipe-style": {
1677
- "description": "MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md055.md",
1744
+ "description": "MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md055.md",
1678
1745
  "type": [
1679
1746
  "boolean",
1680
1747
  "object"
@@ -1697,25 +1764,73 @@
1697
1764
  "additionalProperties": false
1698
1765
  },
1699
1766
  "MD056": {
1700
- "description": "MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md056.md",
1767
+ "description": "MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md056.md",
1701
1768
  "type": "boolean",
1702
1769
  "default": true
1703
1770
  },
1704
1771
  "table-column-count": {
1705
- "description": "MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md056.md",
1772
+ "description": "MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md056.md",
1706
1773
  "type": "boolean",
1707
1774
  "default": true
1708
1775
  },
1709
1776
  "MD058": {
1710
- "description": "MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md058.md",
1777
+ "description": "MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md058.md",
1711
1778
  "type": "boolean",
1712
1779
  "default": true
1713
1780
  },
1714
1781
  "blanks-around-tables": {
1715
- "description": "MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md058.md",
1782
+ "description": "MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md058.md",
1716
1783
  "type": "boolean",
1717
1784
  "default": true
1718
1785
  },
1786
+ "MD059": {
1787
+ "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md",
1788
+ "type": [
1789
+ "boolean",
1790
+ "object"
1791
+ ],
1792
+ "default": true,
1793
+ "properties": {
1794
+ "prohibited_texts": {
1795
+ "description": "Prohibited link texts",
1796
+ "type": "array",
1797
+ "items": {
1798
+ "type": "string"
1799
+ },
1800
+ "default": [
1801
+ "click here",
1802
+ "here",
1803
+ "link",
1804
+ "more"
1805
+ ]
1806
+ }
1807
+ },
1808
+ "additionalProperties": false
1809
+ },
1810
+ "descriptive-link-text": {
1811
+ "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md",
1812
+ "type": [
1813
+ "boolean",
1814
+ "object"
1815
+ ],
1816
+ "default": true,
1817
+ "properties": {
1818
+ "prohibited_texts": {
1819
+ "description": "Prohibited link texts",
1820
+ "type": "array",
1821
+ "items": {
1822
+ "type": "string"
1823
+ },
1824
+ "default": [
1825
+ "click here",
1826
+ "here",
1827
+ "link",
1828
+ "more"
1829
+ ]
1830
+ }
1831
+ },
1832
+ "additionalProperties": false
1833
+ },
1719
1834
  "headings": {
1720
1835
  "description": "headings : MD001, MD003, MD018, MD019, MD020, MD021, MD022, MD023, MD024, MD025, MD026, MD036, MD041, MD043",
1721
1836
  "type": "boolean",
@@ -1747,7 +1862,7 @@
1747
1862
  "default": true
1748
1863
  },
1749
1864
  "links": {
1750
- "description": "links : MD011, MD034, MD039, MD042, MD051, MD052, MD053, MD054",
1865
+ "description": "links : MD011, MD034, MD039, MD042, MD051, MD052, MD053, MD054, MD059",
1751
1866
  "type": "boolean",
1752
1867
  "default": true
1753
1868
  },
@@ -1822,7 +1937,7 @@
1822
1937
  "default": true
1823
1938
  },
1824
1939
  "accessibility": {
1825
- "description": "accessibility : MD045",
1940
+ "description": "accessibility : MD045, MD059",
1826
1941
  "type": "boolean",
1827
1942
  "default": true
1828
1943
  },