How to Send Code on Discord
InterferingHood路2 months agoEasy peasy! Just wrap your code in triple backticks (```), like this:
```
your code here
```
Win gift cards by playing fun games on Playbite!
Playbite
500k winners and counting...
More Answers
Just use triple backticks (```) before and after your code block. Done!
You can also specify the language for syntax highlighting by adding the language name right after the first three backticks, like so:
```python
def hello_world():
print('Hello, world!')
```
Use triple backticks for code blocks. Want syntax highlighting? Add the language name right after the opening backticks.
馃憖 If you like Discord...
Diego路3 hours agoThe brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer