Markdown Support

NeetoKB's editor operates on Tiptap. It offers several markdown utilities that can be useful while composing content.

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?