LogoOctarine Docs
Editing and Formatting

Formatting

Markdown syntax and text formatting options

Formatting

There’s a couple of ways to modify formatting apart from the below syntax:

  • Slash Command — Press / to show the command dropdown, type to search and press Enter to select.
  • Bubble Menu — Selecting any text will show a floating bubble menu above the text, that shows a range of options to format the selected text.

Here’s a reference table for all the supported Markdown syntax in Octarine

Formatting TypeMarkdown SyntaxKeyboard Shortcut
Heading 1# textCmd/Ctrl + Option/Alt + 1
Heading 2## textCmd/Ctrl + Option/Alt + 2
Heading 3### textCmd/Ctrl + Option/Alt + 3
Bold**text**Cmd/Ctrl + B
Italics*text*Cmd/Ctrl + I
Quote> textNone
Inline Code`text`Cmd/Ctrl + E
Strikethrough~~text~~Cmd/Ctrl + Shift + S
Underline~text~Cmd/Ctrl + U
Bullet List- text or * textCmd/Ctrl + Shift + 8
Numbered List1. textCmd/Ctrl + Shift + 7
Task List[] textCmd/Ctrl + Shift + 9
ParagraphtextCmd/Ctrl + Shift + 0
Web Link*[Link](http://example.com)None
Web Image*![Image](http://example.com/image.png)None
Codeblock``` textCmd/Ctrl + Option/Alt + C
Divider—-None

*Note:

  • Web link & Web Image requires the markdown syntax to end with ) for it to be automatically parsed. Typing []() first and then filling in the details won’t parse it properly.

On this page