-
Notifications
You must be signed in to change notification settings - Fork 343
Newsletter 13: Add NeoCogi's libs #243
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few formatting issues being flagged by the CI job:
content/posts/newsletter-013/index.md:69 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### NeoCogi's libraries"]
content/posts/newsletter-013/index.md:70:81 MD013/line-length Line length [Expected: 80; Actual: 214]
content/posts/newsletter-013/index.md:72 MD045/no-alt-text Images should have alternate text (alt text)
content/posts/newsletter-013/index.md:74:81 MD013/line-length Line length [Expected: 80; Actual: 99]
content/posts/newsletter-013/index.md:75:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk]
content/posts/newsletter-013/index.md:75 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* The new code should still in..."]
content/posts/newsletter-013/index.md:76:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk]
content/posts/newsletter-013/index.md:78:81 MD013/line-length Line length [Expected: 80; Actual: 185]
content/posts/newsletter-013/index.md:80:81 MD013/line-length Line length [Expected: 80; Actual: 135]
content/posts/newsletter-013/index.md:86 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Changes that are needed to make the linter happy are:
- Add an extra line after the heading
- Add alt text for the images (goes inside the
[]
for the image embed syntax) - Lines should not be longer than 80 characters
- Replace the
*
with-
for the list items - Add a line break above the list
- Remove one of the linebreaks before the next heading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks for fixing!
Checks have passed, no merge conflicts, @ozkriff please validate! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 (made a few style tweaks for consistency and converted to third-person)
Merged, thanks for the PR! Good luck with the rest of RIIR! :) |
Thanks! |
Part of #232 ("Newsletter 13")