Favro's card descriptions and comments support rich text formatting. In the editor, you format text using the toolbar or keyboard shortcuts.
This article covers what formatting is available, how to use it, and what it looks like when you read or write card descriptions through the Favro API.
Formatting available in Favro
Here's a quick overview of every formatting option Favro supports.
How it looks in Favro cards:
How it looks in markdown format:
# Heading 1
## Heading 2
**Bold**
*Italic*
~~Strikethrough~~
[Link](https://www.favro.com)
```
// Code block
```
`inline code`
* Bullet list
* Item 1
* Item 2
|Table Heading|Table Heading|Table Heading|
| --- | --- | --- |
|Multi-line<br>Table cell|Table cell|Table cell|
- [ ] Checklist item
- [x] Multi-line
Checklist item
## Attachments
[Board](https://favro.com/widget/.../...)
[Another card](https://favro.com/organization/.../...?card=Fav-5840)

