Formatting emails using markdown

Markdown is a simple way to add a bit of formatting to plain text.

Sliptree supports a number of Markdown syntax elements to help make emails easily customisable. To learn more about the specifics of Markdown, we recommend reading the Markdown Guide.

List of Markdown syntax elements available in Sliptree

Element Markdown Syntax Example
Heading 1 # Heading 1

Heading 2 ## Heading 2

Heading 3 ### Heading 3

Bold **bold text**

Italic *italicised text**

Ordered List

1. First item

2. Second item

3. Third item

Unordered List

- First item

- Second item

- Third item

Code `code`

Horizontal Rule —--

Link [title](https://www.example.com)

Still need help? Contact Us Contact Us