Markdown Toolbar
The Markdown toolbar sits between the tab bar and the editor. It lets you apply formatting with a single click — no need to memorize Markdown syntax.
Available Buttons
Section titled “Available Buttons”| Button | Action | Markdown inserted |
|---|---|---|
| H1 / H2 / H3 | Insert heading (dropdown for H1–H6) | # / ## / ### etc. |
| B | Bold | **text** |
| I | Italic | *text* |
| S | Strikethrough | ~~text~~ |
| Bullet list | Unordered list | - item |
| Numbered list | Ordered list | 1. item |
| Checkbox | Task list item | - [ ] item |
| Link | Insert link | [text](url) |
| Image | Insert image |  |
| Code | Code block | ``` |
| Quote | Blockquote | > text |
| Rule | Horizontal line | --- |
| Table | Insert table template | Pipe-based table |
How It Works
Section titled “How It Works”- Without selection — Click a button to insert the formatting at the cursor position with placeholder text
- With selection — Select text first, then click a button to wrap the selected text with the formatting
Next Steps
Section titled “Next Steps”- Markdown basics — Understand what each formatting does
- Editor and preview — See your formatting in real time