Block shortcuts
| Type | Result |
|---|---|
# + Space | Heading 1 (##, ###, #### for 2 to 4) |
- + Space | Bullet list (* works too) |
1. + Space | Ordered list |
[] + Space | Checklist ([x] starts checked) |
> + Space | Blockquote |
``` / ```js | Code block (add a language for syntax highlighting) |
--- | Divider |
Inline shortcuts
| Type | Result |
|---|---|
**텍스트** / **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.