Formatting emails using markdown
Markdown is a simple way to add a bit of formatting to plain text.
Sliptree supports a subset of Markdown syntax for formatting email bodies. To learn more about the specifics of Markdown, we recommend reading the Markdown Guide.
Markdown syntax elements supported in Sliptree
| Element | Syntax |
|---|---|
| Heading 1 | `# Heading 1` |
| Heading 2 | `## Heading 2` |
| Heading 3 | `### Heading 3` |
| Bold | `**bold text**` |
| Italic | `*italicised text*` |
| Ordered list | `1. First item` on each line |
| Unordered list | `- First item` on each line |
| Inline code | code |
| Horizontal rule | `---` |
| Link | `[title](https://www.example.com)` |
For the full Markdown reference, see the Markdown Guide.