Markdown Support

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

# H1

## H2

### H3

Bold

**bold text** or __bold text__

Italic

*italic text* or _italic text_

Strike

~~stricken text~~

Highlight

==highlighted text==

Blockquote

> blockquote

Ordered list

  1. First item

  2. Second item

Unordered list

  • First item

  • Second item

Code

`code`

Code block

```

Horizontal rule

---

Demo:

Can't find what you're looking for?