Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
If you want to paste a code snippet in Discord, or in any other application that supports markdown, use code snippets.
Say you want to paste some lines of JS code.
Pasting directly will look like this:

You can wrap the code in triple backticks, starting and ending with ```

and it will look better:

Even better is to use triple backticks followed by a language tag, like ```js, because then the code will be syntax-highlighted and will look much better—and it’s easier to visually parse.


