You can see the keyboard shortcuts for the superblog editor below.

Text Formatting

Shortcut

Action

Cmd/Ctrl + B

Bold

Cmd/Ctrl + I

Italic

Cmd/Ctrl + U

Underline

Cmd/Ctrl + Shift + S

Strikethrough

Cmd/Ctrl + K

Insert/Edit link

Alt/Option + Shift + L

Align left

Alt/Option + Shift + C

Align center

Alt/Option + Shift + R

Align right

Cmd/Ctrl + Z

Undo

Cmd/Ctrl + Shift + Z

Redo

Markdown Formatting

The editor supports markdown shortcuts as you type:

Type this

To get

# Heading

Heading 2

## Heading

Heading 2

### Heading

Heading 3

**bold**

bold

*italic*

italic

~~strikethrough~~

Strikethrough

`code`

inline code

- item or * item

Bullet list

1. item

Numbered list

> quote

Blockquote

---

Horizontal divider