How to Format Text in Amazing Fields Using Markdown
Multi-line text field types in Amazing Fields support Markdown formatting, the same syntax used by Trello itself. This lets you add rich formatting directly inside your field values.
What You Can Do with Markdown
Using Markdown in Amazing Fields text fields, you can:
- Apply bold, italic, and strikethrough formatting
- Create numbered and bulleted lists
- Embed clickable hyperlinks
- Insert inline images using a direct image URL
- Add headings and horizontal dividers

Markdown Reference
Amazing Fields uses the same Markdown syntax as Trello. Currently, Amazing Fields works with syntax references, not keyboard shortcuts.
| Desired formatting | Syntax |
|---|---|
| Bold | **text** |
| Italic | *text* |
| Strikethrough | ~~text~~ |
| Link | [Link](www.trello.com) |
| Headings 1 - 6 |
|
| Double line break |
|
| Single line break |
|
|
|
|
1. text |
|
- text or * text |
Inline code |
`text` |
| Divider | *** |