Files
notesnook/docs/help/contents/rich-text-editor/markdown-notes-editing.md
2023-06-22 11:06:20 +05:00

2.1 KiB

Markdown shortcuts in notes

Markdown notes editing with markdown shortcuts in Notesnook

The following markdown shortcuts are supported in the editor.

Shortcut Block
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
**bold text** Bold
_italicized text_ Italic
> blockquote Blockquote
1. First item
2. Second item
3. Third item
Ordered list
- First item
- Second item
- Third item
Unordered list
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
Task list
`inline code` Inline code
--- Horizontal rule
[title](https://www.example.com) Link
```
some code
```
Codeblock