Markdown Reference
For styling and organizing text blocks on your dashboards.
Bold
**text**
Italic
_text_
Heading 1
# Text
Heading 2
## Text
Heading 3
### Text
Link
[Link text](https://flipsidecrypto.xyz)
Image or Gif
![alt text](http://url/to/img.png)
Inline Code
`code`
Code Block
```code block```
Horizontal Rule
---
Ordered List
1. First item
2. Second Item
3. Third Item
Unordered List
- First item
- Second Item
- Third Item
Last updated