Skip to content

Add markdown linting #33

Add markdown linting

Add markdown linting #33

Triggered via pull request March 17, 2024 13:52
Status Success
Total duration 13s
Artifacts

markdown_v3.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Blank line inside blockquote: documentation/builders/autohotspot.md#L29
documentation/builders/autohotspot.md:29 MD028/no-blanks-blockquote Blank line inside blockquote https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md028.md
Images should have alternate text (alt text): documentation/builders/components/power/onoff-shim.md#L35
documentation/builders/components/power/onoff-shim.md:35:1 MD045/no-alt-text Images should have alternate text (alt text) https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md045.md
Ordered list item prefix: documentation/builders/troubleshooting.md#L55
documentation/builders/troubleshooting.md:55:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md029.md
Fenced code blocks should have a language specified: documentation/builders/webapp/playlists-livestreams-podcasts.md#L81
documentation/builders/webapp/playlists-livestreams-podcasts.md:81 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md040.md
Multiple headings with the same content: documentation/builders/webapp/playlists-livestreams-podcasts.md#L117
documentation/builders/webapp/playlists-livestreams-podcasts.md:117 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Example folder structure ..."] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md024.md
Fenced code blocks should be surrounded by blank lines: documentation/developers/docker.md#L52
documentation/developers/docker.md:52 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```bash"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
Fenced code blocks should be surrounded by blank lines: documentation/developers/docker.md#L54
documentation/developers/docker.md:54 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
Ordered list item prefix: documentation/developers/docker.md#L55
documentation/developers/docker.md:55:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md029.md
Fenced code blocks should be surrounded by blank lines: documentation/developers/docker.md#L56
documentation/developers/docker.md:56 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```text"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
Fenced code blocks should be surrounded by blank lines: documentation/developers/docker.md#L58
documentation/developers/docker.md:58 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md