Skip to content

Readme update

Readme update #6

Triggered via push February 5, 2025 11:27
Status Success
Total duration 13s
Artifacts

markdownlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Headings should be surrounded by blank lines: README.md#L1
README.md:1 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# ![-](HoPyFOAMLogoName.png)"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md022.md
Heading levels should only increment by one level at a time: README.md#L2
README.md:2 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md001.md
Headings should be surrounded by blank lines: README.md#L2
README.md:2 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### FOAM like Python code for High-order Finite Volume Method"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md022.md
Line length: README.md#L4
README.md:4:81 MD013/line-length Line length [Expected: 80; Actual: 94] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
Line length: README.md#L6
README.md:6:81 MD013/line-length Line length [Expected: 80; Actual: 145] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
Headings should be surrounded by blank lines: README.md#L9
README.md:9 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Authors and Contributors"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md022.md
Lists should be surrounded by blank lines: README.md#L10
README.md:10 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Ivan Batistić; [ibatistic@fs..."] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md032.md
Line length: README.md#L16
README.md:16:81 MD013/line-length Line length [Expected: 80; Actual: 92] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
Fenced code blocks should be surrounded by blank lines: README.md#L17
README.md:17 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md031.md
Fenced code blocks should have a language specified: README.md#L17
README.md:17 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md040.md