website logo
⌘K
Quick Start
Getting Started
Create notes
Organize notes
Search
Commercial License
Getting to know the app
Home
Tabs
Stacks
Pinned
Keyboard Navigation
Organize, when you need it
Markdown
Colors
Mark as done
Move to pinned stack
Move to any stack
Reorder notes
Delete a note
Become a power user
Learn keybindings
Customize keybindings
Focus Stashpad
Customize theme
Customize timestamp display
Write to a different destination
Code blocks
Use Cases
Tame context-switching
Keep your todos tidy
Jump into a meeting note quickly
1-1s with your team
Unload your mind with brain-dumps
Get in flow with pomodoros
Getting things out
Copy and paste
Export
FAQ
Docs powered by archbee 
5min

Markdown



Document image



The following Markdown syntax is available to use in notes:



**bold**

bold

You can also hit cmd B / ctrl B on selected text or on a selected note to apply bold

*italics*

italics

You can also hit cmd I / ctrl I on selected text or on a selected note to apply italics

~strikethrough~

strikethrough



# H1 

H1



## H2 

H2



### H3 

H3



`single line code`

single line code



- bullet point



  • bullet point

Note that leading spaces and newlines are respected. You can create nested bulleted lists.

[link](www.google.com)

link



- [ ]

markdown checkbox

Note it needs to be in the form: - space [ space ] You can create your checkbox filled in by typing - [x].

```multiline code```

multiline code



--

divider





You can click in a selected note with markdown to start editing that note where you clicked.



Document image



Click to edit is accurate in notes with a variety of markdown as well.



Document image
Updated 28 Dec 2022
Did this page help you?
Yes
No
UP NEXT
Colors
Docs powered by archbee 
TABLE OF CONTENTS
H1
H2
H3