Quick actions in the editor makes you type faster.
CTRL+B = Bold
CTRL+I = Italic
CTRL+U = Underline
CTRL+Z = Undo
CTRL+Y = Redo
CTRL+Enter = Line break
Bold: **bold**
**bold**
Italic: *italic*
*italic*
Heading 1: Start a line with #
#
Heading 2: Start a line with ##
##
Heading 3: Start a line with ###
###
Bullet list: Start a line with - (or +)
-
+
Ordered list: Start a line with 1.
1.
Quote: Start a line with >
>
Code block: Start a line with ``` (use CTRL+Enter to end)
```
Code word: `code`
`code`
Horizontal Line: ---
---
Last updated 5 years ago
Was this helpful?