Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown lint issues in nginx.md #35

Closed
kadler opened this issue Nov 13, 2020 · 0 comments
Closed

Fix markdown lint issues in nginx.md #35

kadler opened this issue Nov 13, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kadler
Copy link
Member

kadler commented Nov 13, 2020

nginx.md:3 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Summary"]
nginx.md:4:81 MD013/line-length Line length [Expected: 80; Actual: 168]
nginx.md:8 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
nginx.md:9:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ yum install nginx"]
nginx.md:12 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Config"]
nginx.md:14 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
nginx.md:14 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
nginx.md:29 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Starting and Stopping"]
nginx.md:30:81 MD013/line-length Line length [Expected: 80; Actual: 206]
nginx.md:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
nginx.md:33:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ nginx -c /www/nginx/nginx.co..."]
nginx.md:38 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
nginx.md:39:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ nginx -c /www/nginx/nginx.co..."]
nginx.md:44:81 MD013/line-length Line length [Expected: 80; Actual: 217]
nginx.md:46 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
@kadler kadler mentioned this issue Nov 13, 2020
13 tasks
@kadler kadler added good first issue Good for newcomers help wanted Extra attention is needed labels Nov 13, 2020
@ThePrez ThePrez closed this as completed Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants