Your bio supports limited Markdown.

Markdown is a simple way to format text, using symbols like *, _, and `. If you have used Discord before, formatting works the same as there, just with a couple different options.


Type *Italic* or _Italic_ to get Italic


Type **Bold** or __Bold__ to get Bold


Use at least three dashes --- on a separate line to add a horizontal rule:



Type `Inline code` to get Inline code

Use three backticks to make a code block:

```
print("Code here")
```

Type

* List
* List
* List

to get


Type

1. List
2. List
3. List

to get

  1. List
  2. List
  3. List