15 Commits (master)

Author SHA1 Message Date
Sergey Kolomenkin 782bcf693e README: fix markdown formatting
- limit line length (does not affect rendering)
- add first-level header first
- converted google domain from hyperlinks into plain text
- add language specification for code fragments

Here is a command to run Markdown syntax check:

```
docker run --rm --network none -v "/$PWD:/markdown:ro" 06kellyjac/markdownlint-cli:0.21.0-alpine //markdown
```

All the changes above fixed the following list of errors:

```
/markdown/README.md:1 MD041/first-line-heading/first-line-h1 First line in file should be a top level heading [Context: "## wait-for-it"]
/markdown/README.md:3 MD013/line-length Line length [Expected: 80; Actual: 280]
/markdown/README.md:7 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:21 MD013/line-length Line length [Expected: 80; Actual: 131]
/markdown/README.md:23 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:30 MD013/line-length Line length [Expected: 80; Actual: 124]
/markdown/README.md:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:39 MD013/line-length Line length [Expected: 80; Actual: 239]
/markdown/README.md:41 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:48 MD013/line-length Line length [Expected: 80; Actual: 185]
/markdown/README.md:50 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
```
4 years ago
Alexandre Viau e34c502a3e
README: community section + mention Debian package 6 years ago
Douglas Gibbons b638c19027 Update to README.md 7 years ago
Giles Hall ac372412a1 Update README.md 7 years ago
Giles Hall 409b4a7bfd Update README.md 7 years ago
Giles Hall 209be48eb6 Update README.md 7 years ago
Giles Hall e686775c5b readme update 7 years ago
Giles Hall e1f115e4ca Update README.md 8 years ago
Giles Hall 1f3eb2c350 Update README.md 8 years ago
Giles Hall 11afe7b6b9 Update README.md 8 years ago
Giles Hall 4e94d7dbb1 more small doc fixes 8 years ago
Giles Hall bf194c8fb4 doc fixes 8 years ago
Giles Hall a150deb10a doc fixes 8 years ago
Giles Hall 41deb2dbbe small fixes 8 years ago
Giles Hall e559a8e0fb initial commit 8 years ago