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

# text   

## text   

### text   

#### text   

##### text   

###### text   

Double line break

text  


text   

Single line break

text  

text   

Blockquote


Blockquote with

multiple paragraphs

> text   


> text  

>  

> text   

  1. Ordered list


1. text   
  • Unordered list

- text or * text   
Inline code    `text`   
Divider ***   
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us