Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.25 KB

File metadata and controls

20 lines (18 loc) · 1.25 KB
description
For styling and organizing text blocks on your dashboards.

Markdown Reference

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