- Headings
- Bold
- Italic
- Strikethrough
- Bullet list
- Ordered list
- Links
Shortcut keys
The editor supports default shortcut keys which are common amongst most rich text editors, including the below.| Opearation | Windows/Linux | Mac |
|---|---|---|
| Apply heading level 1 | Ctrl+Alt+1 | Cmd+Alt+1 |
| Apply heading level 2 | Ctrl+Alt+2 | Ctrl+Alt+2 |
| Apply heading level 3 | Ctrl+Alt+3 | Ctrl+Alt+3 |
| Bold | Ctrl+B | Cmd+B |
| Italic | Ctrl+I | Cmd+I |
| Underline | Ctrl+U | Cmd+U |
| Bullet list | Ctrl+Shift+8 | Cmd+Shift+8 |
| Ordered list | Ctrl+Shift+7 | Cmd+Shift+7 |
| Blockquote | Ctrl+Shift+B | Cmd+Shift+B |
| Code | Ctrl+E | Cmd+E |
Markdown
The editor supports standard Markdown syntax with live rendering, allowing you to see styling changes instantly as you author your content. The most common markdown syntax and styles are included below.| Markdown | Operation |
|---|---|
| # | Apply heading level 1 |
| ## | Apply heading level 2 |
| ### | Apply heading level 3 |
| ** | Bold |
| * | Italic |
| - | Bullet list |
| 1. | Ordered list |
| > | Blockquote |
| ` | Inline code |
| ``` | Code block |
| --- | Horizontal rule |