Back to Notesnook

Markdown shortcuts in notes

docs/help/contents/rich-text-editor/markdown-notes-editing.md

3.3.22-android3.3 KB
Original Source

Markdown shortcuts in notes

Notesnook supports the following (Markdown) shortcuts in the editor:

BlockMarkdown shortcut
Heading 1#
Heading 2##
Heading 3###
Heading 4####
Heading 5#####
Heading 6######
Bold**bold text**
Italic_italicized text_
Strikethrough~~strikethrough~~
Blockquote> blockquote
Ordered list1. First item
  1. Second item
  2. Third item | | Unordered list | - First item
  • Second item
  • Third item | | Task list | - [x] Write the note
  • Update the help
  • Call the team | | Outline list | -o Write the note -o Update the help -o Call the team | | Inline code | `inline code` | | Inline Math | $$2 + 2 = 4$$ | | Horizontal rule | --- | | Link | [title](https://www.example.com) | | Codeblock | ```javascript function hello() { } ``` | | Math block | $$$ 2 + 2 = 4 $$$ | | Current Date | /date | | Current Day | /day | | Date Time | /time | | Current Date & Time | /now | | Current Date & Time with timezone | /nowz |

FAQs

Does Notesnook support Markdown editing?

No. The Markdown shortcuts listed above are just that: shortcuts. They'll help you to quickly use the various formats & blocks in the editor but they aren't raw Markdown.