Markdown
All editors in Colabra support Markdown formatting.
Who can use this feature?
👤 By default, all Admins and Editors (but not Viewers).
🏢 Available on all plans.
We support most Markdown elements in our text editor. Write in Markdown or paste it directly and it will be converted into rich text automatically. Read more about Markdown and access full capabilities here. You can also apply styling with a toolbar, which will pop up after you highlight a word or phrase.
See below for keyboard shortcuts or search specific ones with ?
Highlight text in edit mode to launch WYSIWYG editor.
Type / to insert blocks including headers, lists and tables.
Search shortcuts to look up markdown keyboard shortcuts.

Text styling
These styles can be applied using keyboard shortcuts or by highlighting text to bring up a styling toolbar:
**text**or Cmd/Ctrl B for bold text_text_or Cmd/Ctrl I or Cmd/Ctrl > for italicized text~text~or Cmd/Ctrl D to strikethrough text*, -, or then Space or Cmd/Ctrl Shift 8 for a bulleted list
1.or Cmd/Ctrl Shift 9 for a numbered list[] or Cmd/Ctrl Shift 7 for a checklist
> then
Spacefor blockquotesCmd/Ctrl K Turn text into link (or directly paste issue or URLs for clickable links)
# then Space Heading 1
## then Space Heading 2
### then Space Heading 3
Cmd/Ctrl U for underlined text
Cmd/Ctrl Shift C for inline code
Codeor Cmd/Ctrl Shift \\ for a code block___ then Space for a horizontal divider
Helpful commands
Cmd/CtrlAto select all content in an issue (to copy or delete)Cmd/CtrlZto undo typingCmd/CtrlShiftZto redo typingShiftEnterto generate a line break
Last updated
Was this helpful?