Skip to content

Commit

Permalink
docs: add more markdown shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jun 22, 2023
1 parent 9125e41 commit d6fce5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/help/contents/rich-text-editor/markdown-notes-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,30 @@

![Markdown notes editing with markdown shortcuts in notes](/markdown-editing.gif)

The following markdown shortcuts are supported in the editor.
Notesnook supports the following (Markdown) shortcuts 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\_ |
| Strikethrough | \~\~strikethrough\~\~ |
| Blockquote | > blockquote |
| Ordered list | 1. First item<br>2. Second item<br>3. Third item |
| Unordered list | - First item<br>- Second item<br>- Third item |
| Task list | - \[x] Write the note<br>- [ ] Update the help<br>- [ ] Call the team |
| Outline list | -o Write the note<br>-o Update the help<br>-o Call the team |
| Inline code | \`inline code\` |
| Inline Math | \$\$2 + 2 = 4\$\$ |
| Horizontal rule | --- |
| Link | \[title](https://www.example.com) |
| Codeblock | \`\`\`<br>some code<br>\`\`\` |
| Codeblock | \`\`\`javascript<br>function hello() { }<br>\`\`\` |
| Math block | $$$<br>2 + 2 = 4<br>$$$ |
| Current Date | `/date` |
| Date Time | `/time` |
| Current Date & Time | `/now` |

0 comments on commit d6fce5a

Please sign in to comment.