Markdown shortcuts

They convert as you type. If it was not what you meant, one undo brings back the exact characters you typed.

Block shortcuts

TypeResult
# + SpaceHeading 1 (##, ###, #### for 2 to 4)
- + SpaceBullet list (* works too)
1. + SpaceOrdered list
[] + SpaceChecklist ([x] starts checked)
> + SpaceBlockquote
``` / ```jsCode block (add a language for syntax highlighting)
---Divider

Inline shortcuts

TypeResult
**텍스트** / **text**Bold
*텍스트* / *text*Italic
~~텍스트~~ / ~~text~~Strikethrough
`텍스트` / `text`Inline code

Where conversion is suppressed

  • Inside code blocks every shortcut is off, so # and asterisks stay literal.
  • It never misfires during IME composition; it acts only after composition ends.
Next: Slash commands →