diff --git a/README.md b/README.md index b960252f..76892ef6 100644 --- a/README.md +++ b/README.md @@ -61,55 +61,55 @@ playground for learning and exploring. -* **[MD001](doc/Rules.md#md001)** *heading-increment/header-increment* - Heading levels should only increment by one level at a time -* ~~**[MD002](doc/Rules.md#md002)** *first-heading-h1/first-header-h1* - First heading should be a top-level heading~~ -* **[MD003](doc/Rules.md#md003)** *heading-style/header-style* - Heading style -* **[MD004](doc/Rules.md#md004)** *ul-style* - Unordered list style -* **[MD005](doc/Rules.md#md005)** *list-indent* - Inconsistent indentation for list items at the same level -* ~~**[MD006](doc/Rules.md#md006)** *ul-start-left* - Consider starting bulleted lists at the beginning of the line~~ -* **[MD007](doc/Rules.md#md007)** *ul-indent* - Unordered list indentation -* **[MD009](doc/Rules.md#md009)** *no-trailing-spaces* - Trailing spaces -* **[MD010](doc/Rules.md#md010)** *no-hard-tabs* - Hard tabs -* **[MD011](doc/Rules.md#md011)** *no-reversed-links* - Reversed link syntax -* **[MD012](doc/Rules.md#md012)** *no-multiple-blanks* - Multiple consecutive blank lines -* **[MD013](doc/Rules.md#md013)** *line-length* - Line length -* **[MD014](doc/Rules.md#md014)** *commands-show-output* - Dollar signs used before commands without showing output -* **[MD018](doc/Rules.md#md018)** *no-missing-space-atx* - No space after hash on atx style heading -* **[MD019](doc/Rules.md#md019)** *no-multiple-space-atx* - Multiple spaces after hash on atx style heading -* **[MD020](doc/Rules.md#md020)** *no-missing-space-closed-atx* - No space inside hashes on closed atx style heading -* **[MD021](doc/Rules.md#md021)** *no-multiple-space-closed-atx* - Multiple spaces inside hashes on closed atx style heading -* **[MD022](doc/Rules.md#md022)** *blanks-around-headings/blanks-around-headers* - Headings should be surrounded by blank lines -* **[MD023](doc/Rules.md#md023)** *heading-start-left/header-start-left* - Headings must start at the beginning of the line -* **[MD024](doc/Rules.md#md024)** *no-duplicate-heading/no-duplicate-header* - Multiple headings with the same content -* **[MD025](doc/Rules.md#md025)** *single-title/single-h1* - Multiple top-level headings in the same document -* **[MD026](doc/Rules.md#md026)** *no-trailing-punctuation* - Trailing punctuation in heading -* **[MD027](doc/Rules.md#md027)** *no-multiple-space-blockquote* - Multiple spaces after blockquote symbol -* **[MD028](doc/Rules.md#md028)** *no-blanks-blockquote* - Blank line inside blockquote -* **[MD029](doc/Rules.md#md029)** *ol-prefix* - Ordered list item prefix -* **[MD030](doc/Rules.md#md030)** *list-marker-space* - Spaces after list markers -* **[MD031](doc/Rules.md#md031)** *blanks-around-fences* - Fenced code blocks should be surrounded by blank lines -* **[MD032](doc/Rules.md#md032)** *blanks-around-lists* - Lists should be surrounded by blank lines -* **[MD033](doc/Rules.md#md033)** *no-inline-html* - Inline HTML -* **[MD034](doc/Rules.md#md034)** *no-bare-urls* - Bare URL used -* **[MD035](doc/Rules.md#md035)** *hr-style* - Horizontal rule style -* **[MD036](doc/Rules.md#md036)** *no-emphasis-as-heading/no-emphasis-as-header* - Emphasis used instead of a heading -* **[MD037](doc/Rules.md#md037)** *no-space-in-emphasis* - Spaces inside emphasis markers -* **[MD038](doc/Rules.md#md038)** *no-space-in-code* - Spaces inside code span elements -* **[MD039](doc/Rules.md#md039)** *no-space-in-links* - Spaces inside link text -* **[MD040](doc/Rules.md#md040)** *fenced-code-language* - Fenced code blocks should have a language specified -* **[MD041](doc/Rules.md#md041)** *first-line-heading/first-line-h1* - First line in a file should be a top-level heading -* **[MD042](doc/Rules.md#md042)** *no-empty-links* - No empty links -* **[MD043](doc/Rules.md#md043)** *required-headings/required-headers* - Required heading structure -* **[MD044](doc/Rules.md#md044)** *proper-names* - Proper names should have the correct capitalization -* **[MD045](doc/Rules.md#md045)** *no-alt-text* - Images should have alternate text (alt text) -* **[MD046](doc/Rules.md#md046)** *code-block-style* - Code block style -* **[MD047](doc/Rules.md#md047)** *single-trailing-newline* - Files should end with a single newline character -* **[MD048](doc/Rules.md#md048)** *code-fence-style* - Code fence style -* **[MD049](doc/Rules.md#md049)** *emphasis-style* - Emphasis style should be consistent -* **[MD050](doc/Rules.md#md050)** *strong-style* - Strong style should be consistent -* **[MD051](doc/Rules.md#md051)** *link-fragments* - Link fragments should be valid -* **[MD052](doc/Rules.md#md052)** *reference-links-images* - Reference links and images should use a label that is defined -* **[MD053](doc/Rules.md#md053)** *link-image-reference-definitions* - Link and image reference definitions should be needed +* **[MD001](doc/md001.md)** *heading-increment/header-increment* - Heading levels should only increment by one level at a time +* ~~**[MD002](doc/md002.md)** *first-heading-h1/first-header-h1* - First heading should be a top-level heading~~ +* **[MD003](doc/md003.md)** *heading-style/header-style* - Heading style +* **[MD004](doc/md004.md)** *ul-style* - Unordered list style +* **[MD005](doc/md005.md)** *list-indent* - Inconsistent indentation for list items at the same level +* ~~**[MD006](doc/md006.md)** *ul-start-left* - Consider starting bulleted lists at the beginning of the line~~ +* **[MD007](doc/md007.md)** *ul-indent* - Unordered list indentation +* **[MD009](doc/md009.md)** *no-trailing-spaces* - Trailing spaces +* **[MD010](doc/md010.md)** *no-hard-tabs* - Hard tabs +* **[MD011](doc/md011.md)** *no-reversed-links* - Reversed link syntax +* **[MD012](doc/md012.md)** *no-multiple-blanks* - Multiple consecutive blank lines +* **[MD013](doc/md013.md)** *line-length* - Line length +* **[MD014](doc/md014.md)** *commands-show-output* - Dollar signs used before commands without showing output +* **[MD018](doc/md018.md)** *no-missing-space-atx* - No space after hash on atx style heading +* **[MD019](doc/md019.md)** *no-multiple-space-atx* - Multiple spaces after hash on atx style heading +* **[MD020](doc/md020.md)** *no-missing-space-closed-atx* - No space inside hashes on closed atx style heading +* **[MD021](doc/md021.md)** *no-multiple-space-closed-atx* - Multiple spaces inside hashes on closed atx style heading +* **[MD022](doc/md022.md)** *blanks-around-headings/blanks-around-headers* - Headings should be surrounded by blank lines +* **[MD023](doc/md023.md)** *heading-start-left/header-start-left* - Headings must start at the beginning of the line +* **[MD024](doc/md024.md)** *no-duplicate-heading/no-duplicate-header* - Multiple headings with the same content +* **[MD025](doc/md025.md)** *single-title/single-h1* - Multiple top-level headings in the same document +* **[MD026](doc/md026.md)** *no-trailing-punctuation* - Trailing punctuation in heading +* **[MD027](doc/md027.md)** *no-multiple-space-blockquote* - Multiple spaces after blockquote symbol +* **[MD028](doc/md028.md)** *no-blanks-blockquote* - Blank line inside blockquote +* **[MD029](doc/md029.md)** *ol-prefix* - Ordered list item prefix +* **[MD030](doc/md030.md)** *list-marker-space* - Spaces after list markers +* **[MD031](doc/md031.md)** *blanks-around-fences* - Fenced code blocks should be surrounded by blank lines +* **[MD032](doc/md032.md)** *blanks-around-lists* - Lists should be surrounded by blank lines +* **[MD033](doc/md033.md)** *no-inline-html* - Inline HTML +* **[MD034](doc/md034.md)** *no-bare-urls* - Bare URL used +* **[MD035](doc/md035.md)** *hr-style* - Horizontal rule style +* **[MD036](doc/md036.md)** *no-emphasis-as-heading/no-emphasis-as-header* - Emphasis used instead of a heading +* **[MD037](doc/md037.md)** *no-space-in-emphasis* - Spaces inside emphasis markers +* **[MD038](doc/md038.md)** *no-space-in-code* - Spaces inside code span elements +* **[MD039](doc/md039.md)** *no-space-in-links* - Spaces inside link text +* **[MD040](doc/md040.md)** *fenced-code-language* - Fenced code blocks should have a language specified +* **[MD041](doc/md041.md)** *first-line-heading/first-line-h1* - First line in a file should be a top-level heading +* **[MD042](doc/md042.md)** *no-empty-links* - No empty links +* **[MD043](doc/md043.md)** *required-headings/required-headers* - Required heading structure +* **[MD044](doc/md044.md)** *proper-names* - Proper names should have the correct capitalization +* **[MD045](doc/md045.md)** *no-alt-text* - Images should have alternate text (alt text) +* **[MD046](doc/md046.md)** *code-block-style* - Code block style +* **[MD047](doc/md047.md)** *single-trailing-newline* - Files should end with a single newline character +* **[MD048](doc/md048.md)** *code-fence-style* - Code fence style +* **[MD049](doc/md049.md)** *emphasis-style* - Emphasis style should be consistent +* **[MD050](doc/md050.md)** *strong-style* - Strong style should be consistent +* **[MD051](doc/md051.md)** *link-fragments* - Link fragments should be valid +* **[MD052](doc/md052.md)** *reference-links-images* - Reference links and images should use a label that is defined +* **[MD053](doc/md053.md)** *link-image-reference-definitions* - Link and image reference definitions should be needed @@ -772,28 +772,28 @@ Output: { "lineNumber": 3, "ruleNames": [ "MD010", "no-hard-tabs" ], "ruleDescription": "Hard tabs", - "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010", + "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md", "errorDetail": "Column: 17", "errorContext": null, "errorRange": [ 17, 1 ] }, { "lineNumber": 1, "ruleNames": [ "MD018", "no-missing-space-atx" ], "ruleDescription": "No space after hash on atx style heading", - "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018", + "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md", "errorDetail": null, "errorContext": "#bad.md", "errorRange": [ 1, 2 ] }, { "lineNumber": 3, "ruleNames": [ "MD018", "no-missing-space-atx" ], "ruleDescription": "No space after hash on atx style heading", - "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018", + "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md", "errorDetail": null, "errorContext": "#This file fails\tsome rules.", "errorRange": [ 1, 2 ] }, { "lineNumber": 1, "ruleNames": [ "MD041", "first-line-heading", "first-line-h1" ], "ruleDescription": "First line in a file should be a top-level heading", - "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041", + "ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md", "errorDetail": null, "errorContext": "#bad.md", "errorRange": null } diff --git a/demo/default.js b/demo/default.js index 99a54d8c..5e8ee492 100644 --- a/demo/default.js +++ b/demo/default.js @@ -189,8 +189,8 @@ "Content gets parsed and displayed in the upper-right box; rule violations (if any) show up in the lower-right box.", "Click a violation for information about it or click its line number to highlighted it in the lower-left box.", "", - "> *Note*: [All rules](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md) are enabled except [MD013/line-length](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013).", - "> ([MD002/first-heading-h1](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md002) and [MD006/ul-start-left](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md006) are deprecated.)", + "> *Note*: [All rules](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md) are enabled except [MD013/line-length](https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md).", + "> ([MD002/first-heading-h1](https://github.com/DavidAnson/markdownlint/blob/main/doc/md002.md) and [MD006/ul-start-left](https://github.com/DavidAnson/markdownlint/blob/main/doc/md006.md) are deprecated.)", "", "", "#### Resources", diff --git a/demo/markdownlint-browser.js b/demo/markdownlint-browser.js index 2e781505..180920bb 100644 --- a/demo/markdownlint-browser.js +++ b/demo/markdownlint-browser.js @@ -4850,7 +4850,7 @@ for (const rule of rules) { const name = rule.names[0].toLowerCase(); // eslint-disable-next-line dot-notation rule["information"] = - new URL(`${homepage}/blob/v${version}/doc/Rules.md#${name}`); + new URL(`${homepage}/blob/v${version}/doc/${name}.md`); } module.exports = rules; diff --git a/example/typescript/type-check.ts b/example/typescript/type-check.ts index 7b5bb190..fe93ca37 100644 --- a/example/typescript/type-check.ts +++ b/example/typescript/type-check.ts @@ -25,7 +25,7 @@ function assertLintResults(results: markdownlint.LintResults) { assert.equal(results["string"][0].lineNumber, 1); assert.deepEqual(results["string"][0].ruleNames, [ "MD047", "single-trailing-newline" ]); assert.equal(results["string"][0].ruleDescription, "Files should end with a single newline character"); - assert.equal(results["string"][0].ruleInformation.replace(/v\d+\.\d+\.\d+/, "v0.0.0"), "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047"); + assert.equal(results["string"][0].ruleInformation.replace(/v\d+\.\d+\.\d+/, "v0.0.0"), "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md"); assert.equal(results["string"][0].errorDetail, null); assert.equal(results["string"][0].errorContext, null); assert.deepEqual(results["string"][0].errorRange, [ 9, 1 ]); diff --git a/lib/rules.js b/lib/rules.js index f6afe264..ae393940 100644 --- a/lib/rules.js +++ b/lib/rules.js @@ -58,6 +58,6 @@ for (const rule of rules) { const name = rule.names[0].toLowerCase(); // eslint-disable-next-line dot-notation rule["information"] = - new URL(`${homepage}/blob/v${version}/doc/Rules.md#${name}`); + new URL(`${homepage}/blob/v${version}/doc/${name}.md`); } module.exports = rules; diff --git a/test/markdownlint-test-custom-rules.js b/test/markdownlint-test-custom-rules.js index 5ec422bb..edb37dff 100644 --- a/test/markdownlint-test-custom-rules.js +++ b/test/markdownlint-test-custom-rules.js @@ -1347,7 +1347,7 @@ test("customRulesAsyncReadFiles", (t) => { "lineNumber": 1, "ruleNames": [ "MD047", "single-trailing-newline" ], "ruleDescription": "Files should end with a single newline character", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md047`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md047.md`, "errorDetail": null, "errorContext": null, "errorRange": [ 9, 1 ], @@ -1428,7 +1428,7 @@ test("customRulesAsyncIgnoresSyncReturn", (t) => { "lineNumber": 1, "ruleNames": [ "MD047", "single-trailing-newline" ], "ruleDescription": "Files should end with a single newline character", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md047`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md047.md`, "errorDetail": null, "errorContext": null, "errorRange": [ 9, 1 ], diff --git a/test/markdownlint-test-result-object.js b/test/markdownlint-test-result-object.js index a5b5d026..e5425e4a 100644 --- a/test/markdownlint-test-result-object.js +++ b/test/markdownlint-test-result-object.js @@ -164,7 +164,7 @@ test("resultFormattingV1", (t) => new Promise((resolve) => { "ruleAlias": "no-multiple-space-closed-atx", "ruleDescription": "Multiple spaces inside hashes on closed atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md021`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md021.md`, "errorDetail": null, "errorContext": "# Multiple spa...tyle heading #", "errorRange": [ 1, 4 ] } @@ -174,7 +174,7 @@ test("resultFormattingV1", (t) => new Promise((resolve) => { "ruleName": "MD002", "ruleAlias": "first-heading-h1", "ruleDescription": "First heading should be a top-level heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md002`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md002.md`, "errorDetail": "Expected: h1; Actual: h2", "errorContext": null, "errorRange": null }, @@ -182,7 +182,7 @@ test("resultFormattingV1", (t) => new Promise((resolve) => { "ruleName": "MD018", "ruleAlias": "no-missing-space-atx", "ruleDescription": "No space after hash on atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md018`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md018.md`, "errorDetail": null, "errorContext": "#Heading 1 {MD018}", "errorRange": [ 1, 2 ] }, @@ -190,7 +190,7 @@ test("resultFormattingV1", (t) => new Promise((resolve) => { "ruleName": "MD019", "ruleAlias": "no-multiple-space-atx", "ruleDescription": "Multiple spaces after hash on atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md019`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md019.md`, "errorDetail": null, "errorContext": "## Heading 2 {MD019}", "errorRange": [ 1, 5 ] }, @@ -198,7 +198,7 @@ test("resultFormattingV1", (t) => new Promise((resolve) => { "ruleName": "MD019", "ruleAlias": "no-multiple-space-atx", "ruleDescription": "Multiple spaces after hash on atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md019`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md019.md`, "errorDetail": null, "errorContext": "## Heading 3 {MD019}", "errorRange": [ 1, 6 ] } @@ -208,7 +208,7 @@ test("resultFormattingV1", (t) => new Promise((resolve) => { "ruleName": "MD002", "ruleAlias": "first-heading-h1", "ruleDescription": "First heading should be a top-level heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md002`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md002.md`, "errorDetail": "Expected: h1; Actual: h2", "errorContext": null, "errorRange": null } @@ -266,7 +266,7 @@ test("resultFormattingV2", (t) => new Promise((resolve) => { "ruleNames": [ "MD021", "no-multiple-space-closed-atx" ], "ruleDescription": "Multiple spaces inside hashes on closed atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md021`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md021.md`, "errorDetail": null, "errorContext": "# Multiple spa...tyle heading #", "errorRange": [ 1, 4 ] } @@ -275,28 +275,28 @@ test("resultFormattingV2", (t) => new Promise((resolve) => { { "lineNumber": 3, "ruleNames": [ "MD002", "first-heading-h1", "first-header-h1" ], "ruleDescription": "First heading should be a top-level heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md002`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md002.md`, "errorDetail": "Expected: h1; Actual: h2", "errorContext": null, "errorRange": null }, { "lineNumber": 1, "ruleNames": [ "MD018", "no-missing-space-atx" ], "ruleDescription": "No space after hash on atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md018`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md018.md`, "errorDetail": null, "errorContext": "#Heading 1 {MD018}", "errorRange": [ 1, 2 ] }, { "lineNumber": 3, "ruleNames": [ "MD019", "no-multiple-space-atx" ], "ruleDescription": "Multiple spaces after hash on atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md019`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md019.md`, "errorDetail": null, "errorContext": "## Heading 2 {MD019}", "errorRange": [ 1, 5 ] }, { "lineNumber": 5, "ruleNames": [ "MD019", "no-multiple-space-atx" ], "ruleDescription": "Multiple spaces after hash on atx style heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md019`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md019.md`, "errorDetail": null, "errorContext": "## Heading 3 {MD019}", "errorRange": [ 1, 6 ] } @@ -305,7 +305,7 @@ test("resultFormattingV2", (t) => new Promise((resolve) => { { "lineNumber": 1, "ruleNames": [ "MD002", "first-heading-h1", "first-header-h1" ], "ruleDescription": "First heading should be a top-level heading", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md002`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md002.md`, "errorDetail": "Expected: h1; Actual: h2", "errorContext": null, "errorRange": null } @@ -359,7 +359,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => { "lineNumber": 1, "ruleNames": [ "MD009", "no-trailing-spaces" ], "ruleDescription": "Trailing spaces", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md009`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md009.md`, "errorDetail": "Expected: 0 or 2; Actual: 3", "errorContext": null, "errorRange": [ 10, 3 ], @@ -372,7 +372,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => { "lineNumber": 3, "ruleNames": [ "MD010", "no-hard-tabs" ], "ruleDescription": "Hard tabs", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md010`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md010.md`, "errorDetail": "Column: 5", "errorContext": null, "errorRange": [ 5, 1 ], @@ -386,7 +386,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => { "lineNumber": 3, "ruleNames": [ "MD010", "no-hard-tabs" ], "ruleDescription": "Hard tabs", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md010`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md010.md`, "errorDetail": "Column: 10", "errorContext": null, "errorRange": [ 10, 2 ], @@ -400,7 +400,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => { "lineNumber": 4, "ruleNames": [ "MD037", "no-space-in-emphasis" ], "ruleDescription": "Spaces inside emphasis markers", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md037`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md037.md`, "errorDetail": null, "errorContext": "* emphasis *", "errorRange": [ 6, 12 ], @@ -414,7 +414,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => { "lineNumber": 4, "ruleNames": [ "MD047", "single-trailing-newline" ], "ruleDescription": "Files should end with a single newline character", - "ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md047`, + "ruleInformation": `${homepage}/blob/v${version}/doc/md047.md`, "errorDetail": null, "errorContext": null, "errorRange": [ 22, 1 ], @@ -482,7 +482,7 @@ test("onePerLineResultVersion1", (t) => new Promise((resolve) => { "ruleAlias": "no-hard-tabs", "ruleDescription": "Hard tabs", "ruleInformation": - `${homepage}/blob/v${version}/doc/Rules.md#md010`, + `${homepage}/blob/v${version}/doc/md010.md`, "errorDetail": "Column: 10", "errorContext": null, "errorRange": [ 10, 1 ] @@ -512,7 +512,7 @@ test("onePerLineResultVersion2", (t) => new Promise((resolve) => { "ruleNames": [ "MD010", "no-hard-tabs" ], "ruleDescription": "Hard tabs", "ruleInformation": - `${homepage}/blob/v${version}/doc/Rules.md#md010`, + `${homepage}/blob/v${version}/doc/md010.md`, "errorDetail": "Column: 10", "errorContext": null, "errorRange": [ 10, 1 ] @@ -541,7 +541,7 @@ test("manyPerLineResultVersion3", (t) => new Promise((resolve) => { "ruleNames": [ "MD010", "no-hard-tabs" ], "ruleDescription": "Hard tabs", "ruleInformation": - `${homepage}/blob/v${version}/doc/Rules.md#md010`, + `${homepage}/blob/v${version}/doc/md010.md`, "errorDetail": "Column: 10", "errorContext": null, "errorRange": [ 10, 1 ], @@ -556,7 +556,7 @@ test("manyPerLineResultVersion3", (t) => new Promise((resolve) => { "ruleNames": [ "MD010", "no-hard-tabs" ], "ruleDescription": "Hard tabs", "ruleInformation": - `${homepage}/blob/v${version}/doc/Rules.md#md010`, + `${homepage}/blob/v${version}/doc/md010.md`, "errorDetail": "Column: 18", "errorContext": null, "errorRange": [ 18, 2 ], @@ -591,7 +591,7 @@ test("frontMatterResultVersion3", (t) => new Promise((resolve) => { [ "MD022", "blanks-around-headings", "blanks-around-headers" ], "ruleDescription": "Headings should be surrounded by blank lines", "ruleInformation": - `${homepage}/blob/v${version}/doc/Rules.md#md022`, + `${homepage}/blob/v${version}/doc/md022.md`, "errorDetail": "Expected: 1; Actual: 0; Below", "errorContext": "# Heading", "errorRange": null, diff --git a/test/markdownlint-test.js b/test/markdownlint-test.js index 470b52a1..3800a21e 100644 --- a/test/markdownlint-test.js +++ b/test/markdownlint-test.js @@ -902,8 +902,8 @@ test("readme", (t) => new Promise((resolve) => { if (rule) { const ruleName = rule.names[0]; const ruleAliases = rule.names.slice(1); - let expected = "**[" + ruleName + "](doc/Rules.md#" + - ruleName.toLowerCase() + ")** *" + + let expected = "**[" + ruleName + "](doc/" + + ruleName.toLowerCase() + ".md)** *" + ruleAliases.join("/") + "* - " + rule.description; if (deprecatedRuleNames.has(ruleName)) { expected = "~~" + expected + "~~"; @@ -1033,7 +1033,7 @@ test("allBuiltInRulesHaveValidUrl", (t) => { t.is( // @ts-ignore rule.information.href, - `${homepage}/blob/v${version}/doc/Rules.md#${name}` + `${homepage}/blob/v${version}/doc/${name}.md` ); } }); diff --git a/test/snapshots/markdownlint-test-scenarios.js.md b/test/snapshots/markdownlint-test-scenarios.js.md index 41f6a2e0..c8a6f630 100644 --- a/test/snapshots/markdownlint-test-scenarios.js.md +++ b/test/snapshots/markdownlint-test-scenarios.js.md @@ -24,7 +24,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -44,7 +44,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 2, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -64,7 +64,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -90,7 +90,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -104,7 +104,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First heading should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md002', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md002.md', ruleNames: [ 'MD002', 'first-heading-h1', @@ -118,7 +118,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -139,7 +139,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -155,7 +155,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 8, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -175,7 +175,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -195,7 +195,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -213,7 +213,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -231,7 +231,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -251,7 +251,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -271,7 +271,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -291,7 +291,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -310,7 +310,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -330,7 +330,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -390,7 +390,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -410,7 +410,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -425,7 +425,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -441,7 +441,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 8, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -457,7 +457,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 10, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -476,7 +476,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -495,7 +495,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -514,7 +514,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -534,7 +534,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -554,7 +554,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -574,7 +574,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -594,7 +594,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -648,7 +648,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -668,7 +668,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -682,7 +682,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 4, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -696,7 +696,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 4, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -716,7 +716,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -735,7 +735,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -754,7 +754,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -773,7 +773,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -792,7 +792,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -805,7 +805,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -821,7 +821,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -841,7 +841,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -893,7 +893,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -913,7 +913,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -930,7 +930,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -947,7 +947,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -997,7 +997,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -1013,7 +1013,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -1030,7 +1030,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -1046,7 +1046,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 6, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -1066,7 +1066,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -1079,7 +1079,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -1092,7 +1092,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -1113,7 +1113,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1133,7 +1133,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1153,7 +1153,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1173,7 +1173,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1193,7 +1193,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 34, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1213,7 +1213,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1233,7 +1233,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 62, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1253,7 +1253,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 63, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -1273,7 +1273,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1293,7 +1293,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1313,7 +1313,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1333,7 +1333,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1353,7 +1353,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1373,7 +1373,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1393,7 +1393,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1413,7 +1413,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1433,7 +1433,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 44, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1453,7 +1453,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1473,7 +1473,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -1493,7 +1493,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -1513,7 +1513,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -1533,7 +1533,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -1553,7 +1553,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -1566,7 +1566,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Fenced code blocks should have a language specified', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md040', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md040.md', ruleNames: [ 'MD040', 'fenced-code-language', @@ -1656,7 +1656,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -1673,7 +1673,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -1689,7 +1689,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -1705,7 +1705,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -1721,7 +1721,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -1734,7 +1734,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 49, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -1755,7 +1755,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -1775,7 +1775,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -1795,7 +1795,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -1808,7 +1808,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -1821,7 +1821,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 25, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -1841,7 +1841,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -1854,7 +1854,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -1874,7 +1874,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -1894,7 +1894,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -1907,7 +1907,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 36, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -1927,7 +1927,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -1947,7 +1947,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -1967,7 +1967,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -1987,7 +1987,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -2007,7 +2007,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2027,7 +2027,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2040,7 +2040,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 41, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2060,7 +2060,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2080,7 +2080,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2100,7 +2100,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2120,7 +2120,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -2195,7 +2195,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -2211,7 +2211,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -2229,7 +2229,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -2261,7 +2261,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -2294,7 +2294,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -2313,7 +2313,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -2333,7 +2333,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -2353,7 +2353,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -2373,7 +2373,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -2393,7 +2393,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2413,7 +2413,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2433,7 +2433,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2475,7 +2475,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -2489,7 +2489,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -2503,7 +2503,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -2524,7 +2524,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -2544,7 +2544,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -2564,7 +2564,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -2584,7 +2584,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2604,7 +2604,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2624,7 +2624,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2644,7 +2644,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -2692,7 +2692,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -2711,7 +2711,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -2730,7 +2730,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -2820,7 +2820,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -2840,7 +2840,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -2860,7 +2860,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -2880,7 +2880,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -2900,7 +2900,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -2920,7 +2920,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -2960,7 +2960,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -2977,7 +2977,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -2994,7 +2994,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3011,7 +3011,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3028,7 +3028,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3045,7 +3045,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3062,7 +3062,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3079,7 +3079,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3096,7 +3096,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3113,7 +3113,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3130,7 +3130,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3147,7 +3147,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3164,7 +3164,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3181,7 +3181,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3198,7 +3198,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 44, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3215,7 +3215,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3232,7 +3232,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3249,7 +3249,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3266,7 +3266,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 56, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3283,7 +3283,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3300,7 +3300,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3317,7 +3317,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 66, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3334,7 +3334,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 68, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3351,7 +3351,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -3466,7 +3466,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3485,7 +3485,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3539,7 +3539,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3557,7 +3557,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3616,7 +3616,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3633,7 +3633,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3650,7 +3650,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3668,7 +3668,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3791,7 +3791,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3809,7 +3809,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3826,7 +3826,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3844,7 +3844,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3861,7 +3861,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3879,7 +3879,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3896,7 +3896,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3914,7 +3914,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -3934,7 +3934,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -3954,7 +3954,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -3968,7 +3968,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -3982,7 +3982,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -3996,7 +3996,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -4010,7 +4010,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -4030,7 +4030,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4103,7 +4103,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4122,7 +4122,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4141,7 +4141,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4160,7 +4160,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4179,7 +4179,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4198,7 +4198,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4217,7 +4217,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4236,7 +4236,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4255,7 +4255,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4274,7 +4274,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4293,7 +4293,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4312,7 +4312,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4331,7 +4331,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4350,7 +4350,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4369,7 +4369,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4388,7 +4388,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4407,7 +4407,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4426,7 +4426,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4445,7 +4445,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4464,7 +4464,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4483,7 +4483,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 63, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4502,7 +4502,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4521,7 +4521,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4540,7 +4540,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 75, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4644,7 +4644,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -4659,7 +4659,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -4672,7 +4672,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -4685,7 +4685,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -4698,7 +4698,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 10, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -4711,7 +4711,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 12, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -4724,7 +4724,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -4785,7 +4785,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4804,7 +4804,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4823,7 +4823,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4842,7 +4842,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4861,7 +4861,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4880,7 +4880,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4899,7 +4899,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4918,7 +4918,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4937,7 +4937,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4956,7 +4956,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -4975,7 +4975,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -5039,7 +5039,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -5053,7 +5053,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First heading should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md002', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md002.md', ruleNames: [ 'MD002', 'first-heading-h1', @@ -5067,7 +5067,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -5081,7 +5081,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -5102,7 +5102,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -5118,7 +5118,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 12, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -5136,7 +5136,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -5156,7 +5156,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -5176,7 +5176,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -5195,7 +5195,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -5215,7 +5215,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -5235,7 +5235,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -5250,7 +5250,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -5266,7 +5266,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -5285,7 +5285,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -5304,7 +5304,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -5323,7 +5323,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -5343,7 +5343,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -5363,7 +5363,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -5379,7 +5379,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 86, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -5399,7 +5399,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -5413,7 +5413,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -5433,7 +5433,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -5452,7 +5452,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -5465,7 +5465,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 43, ruleDescription: 'Blank line inside blockquote', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md028', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md028.md', ruleNames: [ 'MD028', 'no-blanks-blockquote', @@ -5481,7 +5481,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 47, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -5501,7 +5501,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -5518,7 +5518,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -5535,7 +5535,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -5551,7 +5551,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -5567,7 +5567,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -5583,7 +5583,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 55, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -5603,7 +5603,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -5616,7 +5616,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 61, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -5629,7 +5629,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 65, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -5650,7 +5650,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -5670,7 +5670,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -5690,7 +5690,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -5703,7 +5703,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 73, ruleDescription: 'Fenced code blocks should have a language specified', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md040', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md040.md', ruleNames: [ 'MD040', 'fenced-code-language', @@ -5716,7 +5716,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -5733,7 +5733,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 81, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -5746,7 +5746,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -5767,7 +5767,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 83, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -5780,7 +5780,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 85, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -5793,7 +5793,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 49, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -5806,7 +5806,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 73, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -5819,7 +5819,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 77, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -5839,7 +5839,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -5852,7 +5852,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 77, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -5872,7 +5872,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -5892,7 +5892,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 94, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -5908,7 +5908,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 96, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -5924,7 +5924,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 98, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -5942,7 +5942,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -6074,7 +6074,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6094,7 +6094,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6132,7 +6132,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6152,7 +6152,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6185,7 +6185,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6203,7 +6203,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6221,7 +6221,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6239,7 +6239,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6257,7 +6257,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6275,7 +6275,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6293,7 +6293,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6311,7 +6311,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6329,7 +6329,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6347,7 +6347,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -6367,7 +6367,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6387,7 +6387,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6407,7 +6407,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6427,7 +6427,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6447,7 +6447,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6467,7 +6467,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6487,7 +6487,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6507,7 +6507,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6527,7 +6527,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6547,7 +6547,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6567,7 +6567,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6587,7 +6587,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6607,7 +6607,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6627,7 +6627,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6647,7 +6647,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -6777,7 +6777,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -6847,7 +6847,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 34, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6867,7 +6867,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6887,7 +6887,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6907,7 +6907,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6927,7 +6927,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6947,7 +6947,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6967,7 +6967,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -6987,7 +6987,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7007,7 +7007,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 46, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7027,7 +7027,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7047,7 +7047,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 48, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7127,7 +7127,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7140,7 +7140,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -7205,7 +7205,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7225,7 +7225,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7245,7 +7245,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7265,7 +7265,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7285,7 +7285,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7305,7 +7305,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7325,7 +7325,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7345,7 +7345,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7365,7 +7365,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7385,7 +7385,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7405,7 +7405,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7418,7 +7418,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -7483,7 +7483,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -7503,7 +7503,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -7523,7 +7523,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -7543,7 +7543,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -7607,7 +7607,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -7623,7 +7623,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 25, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -7639,7 +7639,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 39, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -7652,7 +7652,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -7718,7 +7718,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -7735,7 +7735,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -7752,7 +7752,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -7769,7 +7769,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -7786,7 +7786,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -7803,7 +7803,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -7859,7 +7859,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7879,7 +7879,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7942,7 +7942,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7962,7 +7962,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -7982,7 +7982,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8002,7 +8002,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8022,7 +8022,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8042,7 +8042,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8062,7 +8062,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8082,7 +8082,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8102,7 +8102,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8122,7 +8122,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8178,7 +8178,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 10, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -8220,7 +8220,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8239,7 +8239,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8258,7 +8258,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8277,7 +8277,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 74, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8296,7 +8296,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 75, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8315,7 +8315,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 76, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8328,7 +8328,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 34, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -8456,7 +8456,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8475,7 +8475,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8494,7 +8494,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8513,7 +8513,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8532,7 +8532,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8551,7 +8551,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8570,7 +8570,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Dollar signs used before commands without showing output', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md014.md', ruleNames: [ 'MD014', 'commands-show-output', @@ -8636,7 +8636,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -8649,7 +8649,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -8691,7 +8691,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 10, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -8737,7 +8737,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -8750,7 +8750,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -8794,7 +8794,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -8807,7 +8807,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -8853,7 +8853,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -8958,7 +8958,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8978,7 +8978,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 2, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -8998,7 +8998,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -9030,7 +9030,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -9083,7 +9083,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9103,7 +9103,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9123,7 +9123,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9143,7 +9143,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -9163,7 +9163,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -9183,7 +9183,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -9234,7 +9234,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9254,7 +9254,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9300,7 +9300,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -9314,7 +9314,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 12, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -9328,7 +9328,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -9342,7 +9342,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 30, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -9363,7 +9363,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9383,7 +9383,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -9459,7 +9459,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9494,7 +9494,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -9525,7 +9525,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9541,7 +9541,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9554,7 +9554,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9567,7 +9567,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9580,7 +9580,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9596,7 +9596,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9609,7 +9609,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9622,7 +9622,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9635,7 +9635,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9648,7 +9648,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9661,7 +9661,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 25, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9677,7 +9677,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 70, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9693,7 +9693,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 74, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9709,7 +9709,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 76, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9725,7 +9725,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 79, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9741,7 +9741,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 81, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -9973,7 +9973,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 25, ruleDescription: 'Fenced code blocks should have a language specified', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md040', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md040.md', ruleNames: [ 'MD040', 'fenced-code-language', @@ -9986,7 +9986,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10038,7 +10038,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -10051,7 +10051,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -10118,7 +10118,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10135,7 +10135,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10152,7 +10152,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10169,7 +10169,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10186,7 +10186,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10203,7 +10203,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10220,7 +10220,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10237,7 +10237,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10254,7 +10254,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10271,7 +10271,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10288,7 +10288,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10305,7 +10305,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10322,7 +10322,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10339,7 +10339,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10356,7 +10356,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10373,7 +10373,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 48, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10390,7 +10390,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10407,7 +10407,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10424,7 +10424,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 56, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10441,7 +10441,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10458,7 +10458,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 62, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10475,7 +10475,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 66, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10492,7 +10492,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 68, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10509,7 +10509,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 72, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10522,7 +10522,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 8, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10535,7 +10535,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 18, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10548,7 +10548,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 32, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10561,7 +10561,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 45, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10574,7 +10574,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 56, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10587,7 +10587,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 68, ruleDescription: 'Code fence style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md048', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md048.md', ruleNames: [ 'MD048', 'code-fence-style', @@ -10711,7 +10711,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10728,7 +10728,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10745,7 +10745,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10762,7 +10762,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -10782,7 +10782,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -10945,7 +10945,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -10962,7 +10962,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -10979,7 +10979,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -11000,7 +11000,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -11020,7 +11020,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -11056,7 +11056,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 4, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -11135,7 +11135,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -11148,7 +11148,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 4, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -11185,7 +11185,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -11201,7 +11201,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -11235,7 +11235,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -11266,7 +11266,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -11324,7 +11324,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -11355,7 +11355,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -11536,7 +11536,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -11572,7 +11572,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 10, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11588,7 +11588,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11604,7 +11604,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11620,7 +11620,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11636,7 +11636,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 20, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11652,7 +11652,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 22, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11668,7 +11668,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11684,7 +11684,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 25, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11700,7 +11700,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11716,7 +11716,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 28, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11732,7 +11732,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11748,7 +11748,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11764,7 +11764,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 32, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11780,7 +11780,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 34, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11796,7 +11796,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -11949,7 +11949,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -11986,7 +11986,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12005,7 +12005,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12024,7 +12024,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12043,7 +12043,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12062,7 +12062,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12081,7 +12081,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12100,7 +12100,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12119,7 +12119,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 48, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12138,7 +12138,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12157,7 +12157,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 58, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12176,7 +12176,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12195,7 +12195,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 62, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12214,7 +12214,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 63, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12233,7 +12233,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12252,7 +12252,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12271,7 +12271,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -12382,7 +12382,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -12396,7 +12396,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12410,7 +12410,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12424,7 +12424,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12438,7 +12438,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 39, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12452,7 +12452,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 43, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12466,7 +12466,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 51, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12480,7 +12480,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 55, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12494,7 +12494,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 73, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12508,7 +12508,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 94, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12522,7 +12522,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -12536,7 +12536,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 43, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -12550,7 +12550,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 55, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -12564,7 +12564,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 59, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -12578,7 +12578,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 78, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -12698,7 +12698,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12712,7 +12712,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12767,7 +12767,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Multiple headings with the same content', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md024', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md024.md', ruleNames: [ 'MD024', 'no-duplicate-heading', @@ -12804,7 +12804,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -12851,7 +12851,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12870,7 +12870,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12889,7 +12889,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12908,7 +12908,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12927,7 +12927,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12946,7 +12946,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12965,7 +12965,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -12984,7 +12984,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13003,7 +13003,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13022,7 +13022,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13041,7 +13041,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13060,7 +13060,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13121,7 +13121,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13140,7 +13140,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13159,7 +13159,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13178,7 +13178,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13197,7 +13197,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13216,7 +13216,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13283,7 +13283,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13302,7 +13302,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13321,7 +13321,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Trailing punctuation in heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md026', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md026.md', ruleNames: [ 'MD026', 'no-trailing-punctuation', @@ -13376,7 +13376,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -13395,7 +13395,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -13414,7 +13414,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -13433,7 +13433,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -13453,7 +13453,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -13473,7 +13473,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -13493,7 +13493,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -13513,7 +13513,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -13533,7 +13533,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -13553,7 +13553,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -13573,7 +13573,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -13667,7 +13667,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -13681,7 +13681,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -13726,7 +13726,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -13740,7 +13740,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -13775,7 +13775,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -13789,7 +13789,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -13849,7 +13849,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13866,7 +13866,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13884,7 +13884,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13901,7 +13901,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13945,7 +13945,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13962,7 +13962,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13980,7 +13980,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -13997,7 +13997,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -14015,7 +14015,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -14029,7 +14029,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 6, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -14043,7 +14043,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -14088,7 +14088,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -14106,7 +14106,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -14123,7 +14123,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Headings should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md022.md', ruleNames: [ 'MD022', 'blanks-around-headings', @@ -14143,7 +14143,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -14163,7 +14163,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -14183,7 +14183,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -14203,7 +14203,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -14223,7 +14223,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Headings must start at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md023', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md023.md', ruleNames: [ 'MD023', 'heading-start-left', @@ -14269,7 +14269,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14282,7 +14282,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14295,7 +14295,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14308,7 +14308,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14321,7 +14321,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14334,7 +14334,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14347,7 +14347,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 33, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14409,7 +14409,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14422,7 +14422,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14435,7 +14435,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14448,7 +14448,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14461,7 +14461,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14474,7 +14474,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14487,7 +14487,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 33, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14549,7 +14549,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14562,7 +14562,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14575,7 +14575,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14588,7 +14588,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14601,7 +14601,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14614,7 +14614,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14627,7 +14627,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14689,7 +14689,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14702,7 +14702,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 10, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14715,7 +14715,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14766,7 +14766,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14779,7 +14779,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14792,7 +14792,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14805,7 +14805,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14818,7 +14818,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14831,7 +14831,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14844,7 +14844,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14857,7 +14857,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14870,7 +14870,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14917,7 +14917,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14930,7 +14930,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14943,7 +14943,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14956,7 +14956,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14969,7 +14969,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14982,7 +14982,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -14995,7 +14995,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15008,7 +15008,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15054,7 +15054,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15067,7 +15067,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15080,7 +15080,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15093,7 +15093,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15106,7 +15106,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15119,7 +15119,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15132,7 +15132,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15145,7 +15145,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15158,7 +15158,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15205,7 +15205,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15218,7 +15218,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15231,7 +15231,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15244,7 +15244,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15257,7 +15257,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15270,7 +15270,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15283,7 +15283,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15296,7 +15296,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -15349,7 +15349,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15369,7 +15369,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15389,7 +15389,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15409,7 +15409,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15544,7 +15544,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15564,7 +15564,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15584,7 +15584,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15604,7 +15604,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15624,7 +15624,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 46, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15644,7 +15644,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -15727,7 +15727,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15747,7 +15747,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15767,7 +15767,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15787,7 +15787,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15807,7 +15807,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15827,7 +15827,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15847,7 +15847,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -15938,7 +15938,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -15954,7 +15954,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -15970,7 +15970,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -15986,7 +15986,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16002,7 +16002,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16018,7 +16018,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 24, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16034,7 +16034,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16050,7 +16050,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16066,7 +16066,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16082,7 +16082,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 37, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16098,7 +16098,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 41, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16114,7 +16114,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 41, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16130,7 +16130,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 43, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16146,7 +16146,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 49, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16162,7 +16162,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 55, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16178,7 +16178,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 61, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16194,7 +16194,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 84, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16210,7 +16210,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 90, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16226,7 +16226,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 91, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16242,7 +16242,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 101, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -16405,7 +16405,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -16448,7 +16448,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -16467,7 +16467,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -16487,7 +16487,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -16507,7 +16507,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -16527,7 +16527,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -16547,7 +16547,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -16567,7 +16567,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -16587,7 +16587,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -16659,7 +16659,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -16679,7 +16679,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -16715,7 +16715,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16735,7 +16735,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16755,7 +16755,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16775,7 +16775,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16816,7 +16816,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16836,7 +16836,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16856,7 +16856,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16876,7 +16876,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16917,7 +16917,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16937,7 +16937,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16957,7 +16957,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -16977,7 +16977,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17018,7 +17018,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17038,7 +17038,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17073,7 +17073,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17093,7 +17093,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17128,7 +17128,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17148,7 +17148,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -17176,7 +17176,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -17190,7 +17190,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -17220,7 +17220,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -17234,7 +17234,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -17264,7 +17264,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -17278,7 +17278,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -17315,7 +17315,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17335,7 +17335,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17355,7 +17355,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 70, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17375,7 +17375,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 76, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17395,7 +17395,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 82, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17415,7 +17415,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 88, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17435,7 +17435,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 94, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17455,7 +17455,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 104, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17475,7 +17475,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 116, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -17495,7 +17495,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -17515,7 +17515,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -17535,7 +17535,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -17555,7 +17555,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 83, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -17575,7 +17575,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 117, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -17595,7 +17595,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17615,7 +17615,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17635,7 +17635,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17655,7 +17655,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17675,7 +17675,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17695,7 +17695,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 48, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17715,7 +17715,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17735,7 +17735,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17755,7 +17755,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 66, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17775,7 +17775,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 72, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17795,7 +17795,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 78, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17815,7 +17815,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 84, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17835,7 +17835,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -17990,7 +17990,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -18003,7 +18003,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -18016,7 +18016,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 30, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -18072,7 +18072,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -18085,7 +18085,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Horizontal rule style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md035', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md035.md', ruleNames: [ 'MD035', 'hr-style', @@ -18131,7 +18131,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -18166,7 +18166,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18206,7 +18206,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18226,7 +18226,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18246,7 +18246,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18266,7 +18266,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18286,7 +18286,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18306,7 +18306,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -18326,7 +18326,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -18388,7 +18388,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18408,7 +18408,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18428,7 +18428,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18448,7 +18448,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18468,7 +18468,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18488,7 +18488,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18508,7 +18508,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18528,7 +18528,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18548,7 +18548,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18568,7 +18568,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18588,7 +18588,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18608,7 +18608,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18628,7 +18628,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18648,7 +18648,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18668,7 +18668,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 76, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18688,7 +18688,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18708,7 +18708,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18728,7 +18728,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 82, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18748,7 +18748,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 85, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18768,7 +18768,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 93, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18788,7 +18788,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18808,7 +18808,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18828,7 +18828,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18848,7 +18848,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -18864,7 +18864,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 69, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -18884,7 +18884,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18904,7 +18904,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18924,7 +18924,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18944,7 +18944,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18964,7 +18964,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -18984,7 +18984,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19004,7 +19004,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19024,7 +19024,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19044,7 +19044,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19064,7 +19064,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19084,7 +19084,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19104,7 +19104,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19124,7 +19124,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19144,7 +19144,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19164,7 +19164,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19184,7 +19184,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19204,7 +19204,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19224,7 +19224,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 76, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19244,7 +19244,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19264,7 +19264,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19284,7 +19284,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 81, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19304,7 +19304,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 82, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19324,7 +19324,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 84, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19344,7 +19344,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 85, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19364,7 +19364,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 87, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19384,7 +19384,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 89, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19404,7 +19404,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19424,7 +19424,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 93, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19444,7 +19444,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19464,7 +19464,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19484,7 +19484,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 98, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19504,7 +19504,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19524,7 +19524,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 100, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19544,7 +19544,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19564,7 +19564,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19584,7 +19584,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 104, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19604,7 +19604,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 105, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -19624,7 +19624,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19644,7 +19644,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19664,7 +19664,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19684,7 +19684,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19704,7 +19704,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19724,7 +19724,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19744,7 +19744,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19764,7 +19764,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19784,7 +19784,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19804,7 +19804,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19824,7 +19824,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19844,7 +19844,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19864,7 +19864,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19884,7 +19884,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 76, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19904,7 +19904,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19924,7 +19924,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19944,7 +19944,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 82, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19964,7 +19964,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 85, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -19984,7 +19984,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 87, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20004,7 +20004,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20024,7 +20024,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 93, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20044,7 +20044,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20064,7 +20064,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20084,7 +20084,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20104,7 +20104,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20124,7 +20124,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20144,7 +20144,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 105, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20276,7 +20276,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20292,7 +20292,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20308,7 +20308,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20324,7 +20324,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20340,7 +20340,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20356,7 +20356,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20372,7 +20372,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20388,7 +20388,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 25, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20404,7 +20404,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20420,7 +20420,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20436,7 +20436,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20452,7 +20452,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 37, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20468,7 +20468,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 42, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20484,7 +20484,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 46, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20500,7 +20500,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 50, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20516,7 +20516,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 54, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20597,7 +20597,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20613,7 +20613,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20629,7 +20629,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 79, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20645,7 +20645,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 88, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20661,7 +20661,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 90, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20677,7 +20677,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 94, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20693,7 +20693,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 96, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20709,7 +20709,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 98, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20725,7 +20725,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 122, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -20745,7 +20745,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 112, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -20758,7 +20758,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -20771,7 +20771,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 114, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -20923,7 +20923,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -20943,7 +20943,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -20963,7 +20963,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -20983,7 +20983,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -21022,7 +21022,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -21036,7 +21036,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 12, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -21076,7 +21076,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -21090,7 +21090,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Multiple top-level headings in the same document', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md025', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md025.md', ruleNames: [ 'MD025', 'single-title', @@ -21138,7 +21138,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21158,7 +21158,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21178,7 +21178,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21198,7 +21198,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21218,7 +21218,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 63, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21238,7 +21238,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21258,7 +21258,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -21357,7 +21357,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 144, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21373,7 +21373,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 146, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21389,7 +21389,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 148, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21405,7 +21405,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 150, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21421,7 +21421,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 152, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21437,7 +21437,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 154, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21453,7 +21453,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 156, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21469,7 +21469,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 158, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21482,7 +21482,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 160, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -21681,7 +21681,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -21701,7 +21701,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21721,7 +21721,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21741,7 +21741,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21761,7 +21761,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21781,7 +21781,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21801,7 +21801,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21821,7 +21821,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21841,7 +21841,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21861,7 +21861,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21874,7 +21874,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21894,7 +21894,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21914,7 +21914,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21934,7 +21934,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -21954,7 +21954,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -21974,7 +21974,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 34, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -21994,7 +21994,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22014,7 +22014,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22034,7 +22034,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22054,7 +22054,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22128,7 +22128,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22148,7 +22148,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22168,7 +22168,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -22215,7 +22215,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -22235,7 +22235,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -22255,7 +22255,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -22275,7 +22275,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -22295,7 +22295,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -22315,7 +22315,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -22403,7 +22403,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -22423,7 +22423,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22443,7 +22443,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22463,7 +22463,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22483,7 +22483,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22503,7 +22503,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22523,7 +22523,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22543,7 +22543,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22604,7 +22604,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -22624,7 +22624,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22644,7 +22644,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22664,7 +22664,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22684,7 +22684,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22704,7 +22704,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22724,7 +22724,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22744,7 +22744,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22764,7 +22764,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22784,7 +22784,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22804,7 +22804,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22868,7 +22868,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22888,7 +22888,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22908,7 +22908,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22928,7 +22928,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22948,7 +22948,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22968,7 +22968,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -22988,7 +22988,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23008,7 +23008,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23028,7 +23028,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23048,7 +23048,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23068,7 +23068,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23088,7 +23088,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23108,7 +23108,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23128,7 +23128,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23148,7 +23148,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23168,7 +23168,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 34, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23188,7 +23188,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23208,7 +23208,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23228,7 +23228,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23248,7 +23248,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23268,7 +23268,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23337,7 +23337,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23357,7 +23357,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23377,7 +23377,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23397,7 +23397,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23417,7 +23417,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23437,7 +23437,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23457,7 +23457,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23477,7 +23477,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23497,7 +23497,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23517,7 +23517,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23537,7 +23537,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23557,7 +23557,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23577,7 +23577,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23597,7 +23597,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23617,7 +23617,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 34, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23637,7 +23637,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23657,7 +23657,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23677,7 +23677,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23697,7 +23697,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23717,7 +23717,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23737,7 +23737,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23809,7 +23809,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 28, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -23825,7 +23825,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 30, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -23841,7 +23841,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 31, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -23857,7 +23857,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -23873,7 +23873,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 44, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -23891,7 +23891,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -23909,7 +23909,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -23927,7 +23927,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 56, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -23947,7 +23947,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23967,7 +23967,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -23987,7 +23987,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24007,7 +24007,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24027,7 +24027,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24047,7 +24047,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 30, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24067,7 +24067,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24087,7 +24087,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24107,7 +24107,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24127,7 +24127,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24147,7 +24147,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24167,7 +24167,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24187,7 +24187,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24207,7 +24207,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24227,7 +24227,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24247,7 +24247,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24267,7 +24267,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24287,7 +24287,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24307,7 +24307,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24327,7 +24327,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 56, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -24413,7 +24413,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 87, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24433,7 +24433,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 93, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24453,7 +24453,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24473,7 +24473,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24493,7 +24493,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 107, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24513,7 +24513,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 110, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24533,7 +24533,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 114, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24553,7 +24553,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 118, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24573,7 +24573,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 122, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24593,7 +24593,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 127, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -24752,7 +24752,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -24768,7 +24768,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -24788,7 +24788,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -24808,7 +24808,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -24824,7 +24824,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24840,7 +24840,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24856,7 +24856,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24872,7 +24872,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24888,7 +24888,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24905,7 +24905,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24921,7 +24921,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24937,7 +24937,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24953,7 +24953,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -24969,7 +24969,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -25073,7 +25073,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25093,7 +25093,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25113,7 +25113,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25133,7 +25133,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25153,7 +25153,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 66, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25173,7 +25173,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25193,7 +25193,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 68, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25213,7 +25213,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25233,7 +25233,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 70, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25253,7 +25253,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25273,7 +25273,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 72, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25293,7 +25293,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 76, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25313,7 +25313,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25333,7 +25333,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 78, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25353,7 +25353,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25373,7 +25373,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 85, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25393,7 +25393,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 86, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25413,7 +25413,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 87, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25433,7 +25433,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 89, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25453,7 +25453,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25473,7 +25473,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 91, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25493,7 +25493,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 96, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25513,7 +25513,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25533,7 +25533,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 98, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25553,7 +25553,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25573,7 +25573,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 100, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25593,7 +25593,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25613,7 +25613,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 122, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25633,7 +25633,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 123, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25653,7 +25653,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 140, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25673,7 +25673,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 141, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -25689,7 +25689,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 67, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -25705,7 +25705,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 68, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -25721,7 +25721,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 72, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -25737,7 +25737,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 79, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -25753,7 +25753,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 185, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -25769,7 +25769,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 188, ruleDescription: 'Inconsistent indentation for list items at the same level', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md005.md', ruleNames: [ 'MD005', 'list-indent', @@ -25789,7 +25789,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -25809,7 +25809,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 68, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -25829,7 +25829,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 72, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -25849,7 +25849,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -25869,7 +25869,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 185, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -25889,7 +25889,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 188, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -25908,7 +25908,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 86, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -25927,7 +25927,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -25946,7 +25946,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 91, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -25965,7 +25965,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -25984,7 +25984,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 100, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -26003,7 +26003,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Multiple spaces after blockquote symbol', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md027', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md027.md', ruleNames: [ 'MD027', 'no-multiple-space-blockquote', @@ -26023,7 +26023,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -26043,7 +26043,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -26063,7 +26063,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -26083,7 +26083,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 66, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -26103,7 +26103,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 78, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -26119,7 +26119,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26136,7 +26136,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26152,7 +26152,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 96, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26169,7 +26169,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 98, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26185,7 +26185,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26202,7 +26202,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 114, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26218,7 +26218,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 115, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26441,7 +26441,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -26632,7 +26632,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26649,7 +26649,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26666,7 +26666,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 26, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26683,7 +26683,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26700,7 +26700,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26717,7 +26717,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26734,7 +26734,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 56, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26751,7 +26751,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 58, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26768,7 +26768,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26781,7 +26781,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 65, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -26798,7 +26798,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -26811,7 +26811,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 66, ruleDescription: 'Fenced code blocks should have a language specified', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md040', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md040.md', ruleNames: [ 'MD040', 'fenced-code-language', @@ -26917,7 +26917,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -26937,7 +26937,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 98, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -26957,7 +26957,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -26975,7 +26975,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -26993,7 +26993,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -27011,7 +27011,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 98, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -27029,7 +27029,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Consider starting bulleted lists at the beginning of the line', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md006.md', ruleNames: [ 'MD006', 'ul-start-left', @@ -27049,7 +27049,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -27069,7 +27069,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -27089,7 +27089,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 98, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -27109,7 +27109,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Unordered list indentation', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md007.md', ruleNames: [ 'MD007', 'ul-indent', @@ -27126,7 +27126,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27142,7 +27142,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27159,7 +27159,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27175,7 +27175,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27192,7 +27192,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27208,7 +27208,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27225,7 +27225,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27241,7 +27241,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27371,7 +27371,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -27388,7 +27388,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 72, ruleDescription: 'Fenced code blocks should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md031.md', ruleNames: [ 'MD031', 'blanks-around-fences', @@ -27404,7 +27404,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27421,7 +27421,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27437,7 +27437,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27454,7 +27454,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27470,7 +27470,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27487,7 +27487,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27503,7 +27503,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27520,7 +27520,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27537,7 +27537,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27553,7 +27553,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27570,7 +27570,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 63, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27586,7 +27586,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Lists should be surrounded by blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md032.md', ruleNames: [ 'MD032', 'blanks-around-lists', @@ -27606,7 +27606,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -27721,7 +27721,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27737,7 +27737,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27753,7 +27753,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27800,7 +27800,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27816,7 +27816,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27832,7 +27832,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 24, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27883,7 +27883,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27899,7 +27899,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27915,7 +27915,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27931,7 +27931,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27977,7 +27977,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -27993,7 +27993,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28009,7 +28009,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28025,7 +28025,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28041,7 +28041,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28057,7 +28057,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 32, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28073,7 +28073,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28089,7 +28089,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 38, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28105,7 +28105,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 42, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28187,7 +28187,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28203,7 +28203,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28219,7 +28219,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28235,7 +28235,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28251,7 +28251,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 22, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28308,7 +28308,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28324,7 +28324,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28340,7 +28340,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28356,7 +28356,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28372,7 +28372,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28388,7 +28388,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28404,7 +28404,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28417,7 +28417,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -28430,7 +28430,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -28443,7 +28443,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 41, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -28456,7 +28456,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 43, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -28469,7 +28469,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 39, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -28485,7 +28485,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -28572,7 +28572,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28607,7 +28607,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28623,7 +28623,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28639,7 +28639,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28655,7 +28655,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28671,7 +28671,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 18, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28687,7 +28687,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28703,7 +28703,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 20, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28719,7 +28719,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 22, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28735,7 +28735,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28751,7 +28751,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28767,7 +28767,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 28, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28783,7 +28783,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 29, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28799,7 +28799,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 30, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28855,7 +28855,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28871,7 +28871,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 34, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', @@ -28948,7 +28948,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -28968,7 +28968,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -29003,7 +29003,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29017,7 +29017,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29031,7 +29031,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29045,7 +29045,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29066,7 +29066,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -29086,7 +29086,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -29106,7 +29106,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -29194,7 +29194,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -29210,7 +29210,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -29226,7 +29226,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -29242,7 +29242,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -29276,7 +29276,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -29290,7 +29290,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Emphasis used instead of a heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md036', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md036.md', ruleNames: [ 'MD036', 'no-emphasis-as-heading', @@ -29331,7 +29331,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Fenced code blocks should have a language specified', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md040', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md040.md', ruleNames: [ 'MD040', 'fenced-code-language', @@ -29344,7 +29344,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Fenced code blocks should have a language specified', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md040', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md040.md', ruleNames: [ 'MD040', 'fenced-code-language', @@ -29418,7 +29418,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -29458,7 +29458,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -29471,7 +29471,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -29512,7 +29512,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -29571,7 +29571,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -29591,7 +29591,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -29611,7 +29611,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -29624,7 +29624,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -29637,7 +29637,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -29650,7 +29650,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -29670,7 +29670,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -29690,7 +29690,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -29732,7 +29732,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29746,7 +29746,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29776,7 +29776,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29790,7 +29790,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29820,7 +29820,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 4, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29834,7 +29834,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 6, ruleDescription: 'Heading style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md003.md', ruleNames: [ 'MD003', 'heading-style', @@ -29864,7 +29864,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -29877,7 +29877,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -29890,7 +29890,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -29903,7 +29903,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -29916,7 +29916,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -29929,7 +29929,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 23, ruleDescription: 'Images should have alternate text (alt text)', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md045', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md045.md', ruleNames: [ 'MD045', 'no-alt-text', @@ -29980,7 +29980,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -29995,7 +29995,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30010,7 +30010,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30025,7 +30025,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30040,7 +30040,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30055,7 +30055,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30070,7 +30070,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30134,7 +30134,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30149,7 +30149,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30164,7 +30164,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30179,7 +30179,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 14, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30194,7 +30194,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30209,7 +30209,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30224,7 +30224,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Multiple consecutive blank lines', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md012.md', ruleNames: [ 'MD012', 'no-multiple-blanks', @@ -30271,7 +30271,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 1, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -30291,7 +30291,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 2, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -30311,7 +30311,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -30337,7 +30337,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -30362,7 +30362,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'First line in a file should be a top-level heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md041.md', ruleNames: [ 'MD041', 'first-line-heading', @@ -30390,7 +30390,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30406,7 +30406,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 20, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30422,7 +30422,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30438,7 +30438,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30454,7 +30454,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 28, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30470,7 +30470,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 34, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30486,7 +30486,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 40, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30502,7 +30502,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 41, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30518,7 +30518,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 45, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30534,7 +30534,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 46, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30550,7 +30550,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 56, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30566,7 +30566,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 57, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30582,7 +30582,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 60, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30598,7 +30598,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 61, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30614,7 +30614,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 66, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30630,7 +30630,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 68, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30646,7 +30646,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 72, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30662,7 +30662,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 74, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30762,7 +30762,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30778,7 +30778,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30794,7 +30794,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 34, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30810,7 +30810,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 45, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30826,7 +30826,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 46, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30842,7 +30842,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 61, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30858,7 +30858,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 74, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30958,7 +30958,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30974,7 +30974,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -30990,7 +30990,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31006,7 +31006,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 27, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31022,7 +31022,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 33, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31038,7 +31038,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 35, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31054,7 +31054,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 45, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31070,7 +31070,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 46, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31086,7 +31086,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 52, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31102,7 +31102,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 53, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31118,7 +31118,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 61, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31134,7 +31134,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 74, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31234,7 +31234,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31263,7 +31263,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 11, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31279,7 +31279,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 12, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31295,7 +31295,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31311,7 +31311,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 17, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31327,7 +31327,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 18, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31343,7 +31343,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31388,7 +31388,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 9, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31404,7 +31404,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 19, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31420,7 +31420,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 20, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31436,7 +31436,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 21, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31452,7 +31452,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 26, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31468,7 +31468,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 28, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31484,7 +31484,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 34, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31500,7 +31500,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 39, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31516,7 +31516,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 40, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31532,7 +31532,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 41, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31548,7 +31548,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 45, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31564,7 +31564,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 46, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31580,7 +31580,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 55, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31596,7 +31596,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 56, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31612,7 +31612,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 57, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31628,7 +31628,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 60, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31644,7 +31644,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 61, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31660,7 +31660,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 67, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31676,7 +31676,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 68, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31692,7 +31692,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 73, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31708,7 +31708,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 74, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31808,7 +31808,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31824,7 +31824,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31840,7 +31840,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31881,7 +31881,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31897,7 +31897,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31913,7 +31913,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31954,7 +31954,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31970,7 +31970,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -31986,7 +31986,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -32027,7 +32027,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -32043,7 +32043,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 14, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -32059,7 +32059,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 15, ruleDescription: 'Ordered list item prefix', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md029', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md029.md', ruleNames: [ 'MD029', 'ol-prefix', @@ -32102,7 +32102,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -32178,7 +32178,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32198,7 +32198,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32218,7 +32218,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32238,7 +32238,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32258,7 +32258,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32278,7 +32278,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32298,7 +32298,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32318,7 +32318,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32338,7 +32338,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32358,7 +32358,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32378,7 +32378,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32398,7 +32398,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32418,7 +32418,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32438,7 +32438,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32458,7 +32458,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32478,7 +32478,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32541,7 +32541,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32561,7 +32561,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32581,7 +32581,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32601,7 +32601,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32621,7 +32621,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 34, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32694,7 +32694,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32714,7 +32714,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32734,7 +32734,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32754,7 +32754,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32774,7 +32774,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32794,7 +32794,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32807,7 +32807,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 18, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -32880,7 +32880,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32900,7 +32900,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32920,7 +32920,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32940,7 +32940,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -32991,7 +32991,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33011,7 +33011,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33031,7 +33031,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33074,7 +33074,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33094,7 +33094,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33114,7 +33114,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33134,7 +33134,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33154,7 +33154,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33174,7 +33174,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 46, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33194,7 +33194,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33214,7 +33214,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -33234,7 +33234,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -33335,7 +33335,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33355,7 +33355,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33375,7 +33375,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33395,7 +33395,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33415,7 +33415,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33496,7 +33496,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -33516,7 +33516,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33536,7 +33536,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33556,7 +33556,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33576,7 +33576,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33596,7 +33596,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33616,7 +33616,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33636,7 +33636,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33656,7 +33656,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33676,7 +33676,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33696,7 +33696,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33716,7 +33716,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33736,7 +33736,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33756,7 +33756,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33776,7 +33776,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33796,7 +33796,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33816,7 +33816,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33836,7 +33836,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 53, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33856,7 +33856,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33876,7 +33876,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33896,7 +33896,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33916,7 +33916,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 68, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33936,7 +33936,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33956,7 +33956,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33976,7 +33976,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 74, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -33996,7 +33996,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34016,7 +34016,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 80, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34036,7 +34036,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 85, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34056,7 +34056,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 88, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34076,7 +34076,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 90, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34096,7 +34096,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 92, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34116,7 +34116,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Proper names should have the correct capitalization', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md044', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md044.md', ruleNames: [ 'MD044', 'proper-names', @@ -34129,7 +34129,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 52, ruleDescription: 'Code block style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md046', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md046.md', ruleNames: [ 'MD046', 'code-block-style', @@ -34250,7 +34250,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 70, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34266,7 +34266,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 72, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34282,7 +34282,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 74, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34298,7 +34298,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 121, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34314,7 +34314,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 123, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34330,7 +34330,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 216, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34346,7 +34346,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 230, ruleDescription: 'Reference links and images should use a label that is defined', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md052', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md052.md', ruleNames: [ 'MD052', 'reference-links-images', @@ -34364,7 +34364,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 192, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34382,7 +34382,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 195, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34400,7 +34400,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 198, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34416,7 +34416,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 200, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34432,7 +34432,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 203, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34695,7 +34695,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34713,7 +34713,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34752,7 +34752,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Link and image reference definitions should be needed', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md053', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md053.md', ruleNames: [ 'MD053', 'link-image-reference-definitions', @@ -34869,7 +34869,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -34898,7 +34898,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -34937,7 +34937,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -34958,7 +34958,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Files should end with a single newline character', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md', ruleNames: [ 'MD047', 'single-trailing-newline', @@ -34988,7 +34988,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -35027,7 +35027,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Heading levels should only increment by one level at a time', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md001.md', ruleNames: [ 'MD001', 'heading-increment', @@ -35041,7 +35041,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -35070,7 +35070,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 6, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -35113,7 +35113,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 1, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -35142,7 +35142,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 16, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -35247,7 +35247,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 5, ruleDescription: 'Required heading structure', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md043', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md043.md', ruleNames: [ 'MD043', 'required-headings', @@ -35325,7 +35325,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35364,7 +35364,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35384,7 +35384,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35404,7 +35404,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 22, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35424,7 +35424,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35444,7 +35444,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 24, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35464,7 +35464,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 28, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35484,7 +35484,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35504,7 +35504,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35524,7 +35524,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35544,7 +35544,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35564,7 +35564,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35584,7 +35584,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35604,7 +35604,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35624,7 +35624,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -35744,7 +35744,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -35763,7 +35763,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -35782,7 +35782,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -35801,7 +35801,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'No space after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md018.md', ruleNames: [ 'MD018', 'no-missing-space-atx', @@ -35820,7 +35820,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -35839,7 +35839,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -35858,7 +35858,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -35877,7 +35877,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Multiple spaces after hash on atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md019.md', ruleNames: [ 'MD019', 'no-multiple-space-atx', @@ -35897,7 +35897,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -35917,7 +35917,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -35937,7 +35937,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -35957,7 +35957,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 75, ruleDescription: 'No space inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md020.md', ruleNames: [ 'MD020', 'no-missing-space-closed-atx', @@ -35977,7 +35977,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -35997,7 +35997,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -36017,7 +36017,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -36037,7 +36037,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 81, ruleDescription: 'Multiple spaces inside hashes on closed atx style heading', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md021.md', ruleNames: [ 'MD021', 'no-multiple-space-closed-atx', @@ -36166,7 +36166,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36186,7 +36186,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 40, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36206,7 +36206,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 42, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36226,7 +36226,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36246,7 +36246,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36266,7 +36266,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 46, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36286,7 +36286,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 48, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36306,7 +36306,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36326,7 +36326,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36346,7 +36346,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36366,7 +36366,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36386,7 +36386,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 52, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36406,7 +36406,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 55, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36426,7 +36426,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36446,7 +36446,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36466,7 +36466,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36486,7 +36486,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36506,7 +36506,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 66, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36526,7 +36526,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36546,7 +36546,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36566,7 +36566,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 72, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36586,7 +36586,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 74, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36606,7 +36606,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 75, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -36626,7 +36626,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Emphasis style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md049', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md049.md', ruleNames: [ 'MD049', 'emphasis-style', @@ -36785,7 +36785,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36805,7 +36805,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36825,7 +36825,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36845,7 +36845,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36865,7 +36865,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36885,7 +36885,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36905,7 +36905,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 15, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36925,7 +36925,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -36972,7 +36972,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -36992,7 +36992,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37012,7 +37012,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37032,7 +37032,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37052,7 +37052,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37072,7 +37072,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37092,7 +37092,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37112,7 +37112,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37132,7 +37132,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37152,7 +37152,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37172,7 +37172,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37192,7 +37192,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37212,7 +37212,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 68, ruleDescription: 'Spaces after list markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md030.md', ruleNames: [ 'MD030', 'list-marker-space', @@ -37318,7 +37318,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37338,7 +37338,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37358,7 +37358,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 13, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37378,7 +37378,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37398,7 +37398,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37418,7 +37418,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37438,7 +37438,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37458,7 +37458,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37478,7 +37478,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37498,7 +37498,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 83, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37518,7 +37518,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37538,7 +37538,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37558,7 +37558,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 105, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37578,7 +37578,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 109, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37598,7 +37598,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 111, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37618,7 +37618,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 113, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37638,7 +37638,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 115, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -37651,7 +37651,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 81, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -37664,7 +37664,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 85, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -37677,7 +37677,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 87, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -37690,7 +37690,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 89, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -37703,7 +37703,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 91, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -37716,7 +37716,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 93, ruleDescription: 'Link fragments should be valid', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md051', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md051.md', ruleNames: [ 'MD051', 'link-fragments', @@ -37866,7 +37866,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 361, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -37882,7 +37882,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 363, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -37898,7 +37898,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 367, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -37914,7 +37914,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 369, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -37930,7 +37930,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 371, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -37950,7 +37950,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -37970,7 +37970,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -37990,7 +37990,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38010,7 +38010,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38030,7 +38030,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38050,7 +38050,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38070,7 +38070,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38090,7 +38090,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38110,7 +38110,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38130,7 +38130,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 35, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38150,7 +38150,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38170,7 +38170,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 39, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38190,7 +38190,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38210,7 +38210,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38230,7 +38230,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38250,7 +38250,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 45, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38270,7 +38270,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 47, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38290,7 +38290,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38310,7 +38310,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38330,7 +38330,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 57, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38350,7 +38350,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 59, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38370,7 +38370,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 61, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38390,7 +38390,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 63, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38410,7 +38410,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 65, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38430,7 +38430,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 67, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38450,7 +38450,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 69, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38470,7 +38470,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 71, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38490,7 +38490,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 73, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38510,7 +38510,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 75, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38530,7 +38530,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 77, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38550,7 +38550,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 79, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38570,7 +38570,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 81, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38590,7 +38590,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 83, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38610,7 +38610,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 85, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38630,7 +38630,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 87, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38650,7 +38650,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 89, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38670,7 +38670,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 91, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38690,7 +38690,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 93, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38710,7 +38710,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 95, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38730,7 +38730,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 97, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38750,7 +38750,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 99, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38770,7 +38770,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 101, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38790,7 +38790,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38810,7 +38810,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38830,7 +38830,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 103, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38850,7 +38850,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 105, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38870,7 +38870,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 105, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38890,7 +38890,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 105, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38910,7 +38910,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 107, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38930,7 +38930,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 111, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38950,7 +38950,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 112, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38970,7 +38970,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 113, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -38990,7 +38990,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 116, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39010,7 +39010,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 117, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39030,7 +39030,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 118, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39050,7 +39050,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 127, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39070,7 +39070,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 128, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39090,7 +39090,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 129, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39110,7 +39110,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 130, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39130,7 +39130,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 132, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39150,7 +39150,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 133, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39170,7 +39170,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 134, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39190,7 +39190,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 135, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39210,7 +39210,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 136, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39230,7 +39230,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 138, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39250,7 +39250,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 139, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39270,7 +39270,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 140, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39290,7 +39290,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 144, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39310,7 +39310,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 147, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39330,7 +39330,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 148, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39350,7 +39350,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 151, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39370,7 +39370,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 154, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39390,7 +39390,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 334, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39410,7 +39410,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 335, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39430,7 +39430,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 337, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39450,7 +39450,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 338, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39470,7 +39470,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 361, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39490,7 +39490,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 364, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39510,7 +39510,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 371, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -39911,7 +39911,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 17, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -39931,7 +39931,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 19, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -39951,7 +39951,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -39971,7 +39971,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -39991,7 +39991,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 25, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40011,7 +40011,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40031,7 +40031,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40051,7 +40051,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40071,7 +40071,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40091,7 +40091,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 41, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40111,7 +40111,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 43, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40131,7 +40131,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40144,7 +40144,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 52, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40164,7 +40164,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 54, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40184,7 +40184,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 60, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40204,7 +40204,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 62, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40224,7 +40224,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 64, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40320,7 +40320,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -40355,7 +40355,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Strong style should be consistent', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md050', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md050.md', ruleNames: [ 'MD050', 'strong-style', @@ -40390,7 +40390,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40410,7 +40410,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 20, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40430,7 +40430,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 21, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40450,7 +40450,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 23, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40470,7 +40470,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 27, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40490,7 +40490,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 31, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40510,7 +40510,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 32, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40530,7 +40530,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 33, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40550,7 +40550,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 49, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40570,7 +40570,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40590,7 +40590,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 58, ruleDescription: 'Unordered list style', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md004.md', ruleNames: [ 'MD004', 'ul-style', @@ -40684,7 +40684,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Reversed link syntax', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md011.md', ruleNames: [ 'MD011', 'no-reversed-links', @@ -40700,7 +40700,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 7, ruleDescription: 'Inline HTML', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md033', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md033.md', ruleNames: [ 'MD033', 'no-inline-html', @@ -40720,7 +40720,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 8, ruleDescription: 'Bare URL used', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md034.md', ruleNames: [ 'MD034', 'no-bare-urls', @@ -40740,7 +40740,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -40760,7 +40760,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 10, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -40780,7 +40780,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 11, ruleDescription: 'Spaces inside code span elements', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md038', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md038.md', ruleNames: [ 'MD038', 'no-space-in-code', @@ -40800,7 +40800,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Spaces inside link text', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md039.md', ruleNames: [ 'MD039', 'no-space-in-links', @@ -40816,7 +40816,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 13, ruleDescription: 'No empty links', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md042.md', ruleNames: [ 'MD042', 'no-empty-links', @@ -40951,7 +40951,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 12, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -40971,7 +40971,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Spaces inside emphasis markers', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md037', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md037.md', ruleNames: [ 'MD037', 'no-space-in-emphasis', @@ -41070,7 +41070,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41089,7 +41089,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41108,7 +41108,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41127,7 +41127,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41208,7 +41208,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41227,7 +41227,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41246,7 +41246,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 37, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41265,7 +41265,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 50, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41346,7 +41346,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 9, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41365,7 +41365,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 16, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41384,7 +41384,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 18, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41403,7 +41403,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 29, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41422,7 +41422,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 36, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41441,7 +41441,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 38, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41460,7 +41460,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 44, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41479,7 +41479,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 51, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41564,7 +41564,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41583,7 +41583,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 5, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41602,7 +41602,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 6, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41621,7 +41621,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 7, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41738,7 +41738,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 3, ruleDescription: 'Trailing spaces', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md009.md', ruleNames: [ 'MD009', 'no-trailing-spaces', @@ -41758,7 +41758,7 @@ Generated by [AVA](https://avajs.dev). }, lineNumber: 4, ruleDescription: 'Hard tabs', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md010.md', ruleNames: [ 'MD010', 'no-hard-tabs', @@ -41789,7 +41789,7 @@ Generated by [AVA](https://avajs.dev). fixInfo: null, lineNumber: 3, ruleDescription: 'Line length', - ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013', + ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md013.md', ruleNames: [ 'MD013', 'line-length', diff --git a/test/snapshots/markdownlint-test-scenarios.js.snap b/test/snapshots/markdownlint-test-scenarios.js.snap index b1eb2b92..6c057024 100644 Binary files a/test/snapshots/markdownlint-test-scenarios.js.snap and b/test/snapshots/markdownlint-test-scenarios.js.snap differ