mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
25 lines
2.1 KiB
Markdown
25 lines
2.1 KiB
Markdown
# Markdown shortcuts in notes
|
|
|
|

|
|
|
|
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<br>2. Second item<br>3. Third item | Ordered list |
|
|
| - First item<br>- Second item<br>- Third item | Unordered list |
|
|
| - \[x] Write the press release<br>- [ ] Update the website<br>- [ ] Contact the media | Task list |
|
|
| \`inline code\` | Inline code |
|
|
| --- | Horizontal rule |
|
|
| \[title](https://www.example.com) | Link |
|
|
| \`\`\`<br>some code<br>\`\`\` | Codeblock |
|