bug: Markdownlint Action Ignore Templates #27
Annotations
7 errors
|
lint
Failed with exit code: 1
|
|
Headings should be surrounded by blank lines:
test.md#L17
test.md:17 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### This header ends with an exclamation point!"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
|
|
Headings should be surrounded by blank lines:
test.md#L16
test.md:16 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### This header ends with a question mark?"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
|
|
Headings should be surrounded by blank lines:
test.md#L16
test.md:16 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### This header ends with a question mark?"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
|
|
Trailing punctuation in heading:
test.md#L15
test.md:15:35 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '.'] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md026.md
|
|
Headings should be surrounded by blank lines:
test.md#L15
test.md:15 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### This header ends with a period."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
|
|
Multiple consecutive blank lines:
test.md#L3
test.md:3 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md012.md
|