Skip to main content

How to Format Text (Markdown)

Hunter Eye avatar
Written by Hunter Eye
Updated over 2 months ago

NOTE: Text formatting is only supported in fields where formatting support is mentioned.

New Paragraph

Add two new lines to start a new paragraph.

Bold

Add ** before and after the text you want to bold.
Example:

**Bold this Text**

Italics

Add * before and after the text you want to italicize.
Example:

*Write this text in Italics*

Bullet List

Hit enter then add a dash before each bullet.
Example:

- Bullet 1

- Bullet 2

- *Bullet 3*

- **Bullet 4**

Links

Put the text you want to link within brackets [ ] and immediately follow with a URL in parenthesis.
For example, if you want to link the text "Great Software" to http://www.flightschedulepro.com you would type this:

Did this answer your question?