Markdown Guide
All your templates are rendering markdown, which means that you can have custom formatting and templating for your communications in all textareas.
Titles
# My Email Title ## My Email Subtitle ### My Email Heading
My Email Title
My Email Subtitle
My Email Heading
Text Formatting
**This text in bold** *This text in italics* ~This text strokethrough~
This text in bold
This text in italics
This text strokethrough
Lists
- List item 1 - List item 2 - List item 3
List item 1
List item 2
List item 3
1. Numbered list item 1 2. Numbered list item 2 3. Numbered list item 3
Numbered list item 1
Numbered list item 2
Numbered list item 3
Links
[Link Title](https://returnless.com)
Images


Tables
| Table Head 1| Table Head 2 | | - | - | | Table Row 1 | Table Row 1 | | Table Row 2 | Table Row 2 | | Table Row 3 | Table Row 3 |
| Table Head 1 | Table Head 2 |
|---|---|
| Table Row 1 | Table Row 1 |
| Table Row 2 | Table Row 2 |
| Table Row 3 | Table Row 3 |