the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
102 stars 67 forks source link

fix: delete example token to prevent out of page margin #355

Closed axiw closed 4 years ago

axiw commented 4 years ago

The long token in discord.js spotlight was messing up the margin due to the fact `` doesn't line break. Completely removed the example token as there's already a sufficient example above.

axiw commented 4 years ago

Closing as veksen has a proper fix.

veksen commented 4 years ago

this happened before, I don't have a "proper" fix but any codeblock without a language won't properly show up as a code block, adding ```env as a language. Not supported officially by Prism however but: https://github.com/the-programmers-hangout/website/issues/367