Docs
Markup
Nota supports Markdown which is a simple markup language that lets you format your text using regular characters on your keyboard.
-
#to create a heading -
##to create a sub-heading -
-to create a list item (*and+also work) -
1.to create a numbered list item -
- [ ]or the shorter[]to create a task -
>to create a quote block -
---to create a thematic break -
⌘b or
**to create bold -
⌘i or
_to create italic -
~~to create strikethrough -
⌘k to create link
-
use backquotes like
thisto create code spans
You can find formatting commands in:
- the Format menu
- the Command Dialog, accessible from View → Command Palette... ⇧⌘p
We also support:
$to create math$$to create math blocks
You can learn more about Markdown at https://commonmark.org/help/.