Markdown
Ingredient pill
Ingredient pills allow you to reference ingredients from inside your recipes' description and automatically add amounts to it. It's case-insensitive and uses underscores for spaces.
@ingredient_name
Text formatting
**Bold text**
_Italic text_
> quoted text is put inside a different colored rectangle
# Heading level 1
## Heading level 2
### Heading level 3
#### Heading level 4
Lists
Bulleted list
- aaa
- bbb
- ccc
Numbered list
1. bla bla
2. bla bla
3. bla bla
Checklist
- [ ] task
- [ ] task
Tables
Table
| Column_1 | Column_2 | .... | Column_n |
| -------- | -------- | ---- | -------- |
| Row_1 | text | ... | here |
| Row_2 | text | ... | here |
| ... | ... | ... | ... |
| Row_n | text | ... | here |