NeetoKB's editor uses tiptap underneath. The editor provides some markdown utilities that could be handy while typing the content.
Here's the list of supported markdown snippets:
Element |
Syntax |
---|---|
Headings |
|
Bold |
|
Italic |
|
Strike |
|
Highlight |
|
Blockquote |
|
Ordered list |
|
Unordered list |
|
Code |
`code` |
Code block |
``` |
Horizontal rule |
|
Demo: