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 |
|
|
Unordered List |
|
|
Code | `code` |
|
Horizontal Rule | —-- |
|
Link | [title](https://www.example.com) |