mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
2.2 KiB
2.2 KiB
Markdown shortcuts in notes
The following markdown shortcuts are supported in the editor.
| Block | Markdown shortcut |
|---|---|
| Heading 1 | # |
| Heading 1 | # |
| Heading 2 | ## |
| Heading 3 | ### |
| Heading 4 | #### |
| Heading 5 | ##### |
| Heading 6 | ###### |
| Bold | **bold text** |
| Italic | _italicized text_ |
| Blockquote | > blockquote |
| Ordered list | 1. First item 2. Second item 3. Third item |
| Unordered list | - First item - Second item - Third item |
| Task list | - [x] Write the note - [ ] Update the help - [ ] Call the team |
| Inline code | `inline code` |
| Horizontal rule | --- |
| Link | [title](https://www.example.com) |
| Codeblock | ``` some code ``` |
| Current Date | /date |
| Date Time | /time |
| Current Date & Time | /now |
