Skip to content

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.

Markdown toolbar close-up showing all formatting buttons
ButtonActionMarkdown inserted
H1 / H2 / H3Insert heading (dropdown for H1–H6)# / ## / ### etc.
BBold**text**
IItalic*text*
SStrikethrough~~text~~
Bullet listUnordered list- item
Numbered listOrdered list1. item
CheckboxTask list item- [ ] item
LinkInsert link[text](url)
ImageInsert image![alt](url)
CodeCode block```
QuoteBlockquote> text
RuleHorizontal line---
TableInsert table templatePipe-based table
  1. Without selection — Click a button to insert the formatting at the cursor position with placeholder text
  2. With selection — Select text first, then click a button to wrap the selected text with the formatting