8000 N20: pGLOWrpg by roalyr · Pull Request #536 · rust-gamedev/rust-gamedev.github.io · GitHub
[go: up one dir, main page]

Skip to content

N20: pGLOWrpg #536

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

Merged
merged 6 commits into from
Apr 5, 2021
Merged

N20: pGLOWrpg #536

merged 6 commits into from
Apr 5, 2021

Conversation

roalyr
Copy link
Contributor
@roalyr roalyr commented Apr 4, 2021

Part of #531

@17cupsofcoffee
Copy link
Collaborator

Also, there are a couple of formatting issues being flagged up by the linter:

content/posts/newsletter-020/index.md:76:81 MD013/line-length Line length [Expected: 80; Actual: 87]
content/posts/newsletter-020/index.md:76 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Reformatting a printing inte..."]

@roalyr
Copy link
Contributor Author
roalyr commented Apr 4, 2021

Are links still broken? I can only open my own Twitter link...

@17cupsofcoffee
Copy link
Collaborator

Ah, I was misremembering the syntax - to use reference-style links, you need square brackets on both parts:

  • [pGLOWrpg](pglowrpg-github) should be [pGLOWrpg][pglowrpg-github].
  • [Twiter](pglowrpg-twitter) should be [Twitter][pglowrpg-twitter].

Copy link
Collaborator
@17cupsofcoffee 17cupsofcoffee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks good!