Formatting Options
Enhance your notes with the following formatting options:
Text Formatting
Headings
Use #
characters followed by a space to create headings. The number of #
characters determines the heading level:
#
creates a level 1 heading##
creates a level 2 heading###
creates a level 3 heading- ...and so on up to 6 levels.
Example:
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Bold
Wrap your text with **
or press ctrl + b
Example:
**This is bold text**
Italics
Wrap your text with *
or press ctrl + i
Example:
*This is italicized text*
Underline
Use Ctrl + U
to underline text.
Example:
This text is underlined
Lists
Bullet List
Use a hyphen -
followed by a space.
Example:
- Item 1
Numbered List
Use numbers followed by a period 1.
Example:
1. Step one
2. Step two
3. Step three
Quote and Code
Block Quote
Start your text with >
to create a block quote.
Example:
> This is a block quote.
Inline Code
Wrap your text with `
to create inline code.
Example:
`This is inline code`