The editor has full support for Markdown, allowing you to write and format content quickly using familiar syntax.Documentation Index
Fetch the complete documentation index at: https://loops.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Markdown formatting
You can use Markdown to add content to your emails. For example, you can add a heading by typing# followed by a space.
It’s also possible to format text with Markdown, like adding bold text using **, or inserting links using [text](url).
Add different content blocks using the Markdown formatting below followed by a space.
| Syntax | Action |
|---|---|
# | Add a heading 1 |
## | Add a heading 2 |
### | Add a heading 3 |
> | Add a quote |
1. | Add a numbered list |
- or * | Add a bulleted list |
```code``` | Add a code block |
| Syntax | Action |
|---|---|
**text** or __text__ | Bold text |
*text* or _text_ | Italicize text |
~~text~~ | Strike through text |
[Loops](https://loops.so) | Add a link |
`code` | Inline code |
Pasting markdown
The editor supports pasting Markdown content, making it seamless to bring content from other platforms. Paste Markdown with⌘+Shift+V (Mac) or Ctrl+Shift+V (Windows) and it will be converted into native editor blocks.

