Markdown Shortcuts
Quip supports the following markdown shortcuts:
Keystroke |
Shortcut |
1. then space | Start a numbered list |
* or - then space | Start a bulleted list |
--- space | Insert a line break |
// then space at the end of a line or paragraph | Add comment |
# or ## or ### then space | Heading 1, 2 or 3 respectively |
hit space 4 times | Start a new code block |
[ ] then space (two brackets) | Start a new checklist |
{{ type any text }} | Contents contained within brackets turns into inline code |
_type any text_ or *type any text* | Italic text |
__type any text__ or **type any text** | Bold text |
~~type any text~~ |
Strikethrough text |