Discord Formatting!
Tue Feb 01 2022

Discord Formatting

There are many ways to add color into your discord messages.

Bold, italic and underscore

Discord uses markdown to highlight messages, so you have a lot of things to play around with!
**Bold**, *italic*, __underscore__, and `code ticks`. You can also have block codes:

```
like this!
```

You can read more about this here.

Escaping

You may have noticed it's not possible to actually type a literal ``` in discord. You can use backslashes (\) to do this!

\``` escaped! \```
\*\*not bold!\*\*

Now you can tell your friends all about markdown!

Languages

Code blocks can also highlight languages. This can be 'exploited' to get color!

```css
.blue text
```

```diff
- red
+ green
```

```yaml
yellow
```

You can see more colors here.

Custom ansi escapes!

This one took me a while to get working, try copying this text:

```ansi
Wow!
```

There's a lot of things you can do, but this is still in the beta, so its not on all devices (namely mobile) at the time of this writing. You can learn more about it here. You can copy the special character here.

Closing

That's some cool things I've found on discord. Hopefully you learned something new, and you can be on your way to becoming a discord poweruser!

< Repurposing This Website Minecraft in Unity >