Quill Markdown Shortcuts

Want to use Quill Markdown Shortcuts as a module?

Go to the Github Repo

Type some markdown below to test.

How it works: This library registers a handler that listens to spaces, looks at the current line and sees if there is any markdown in the current line. If so, it will convert it to the relevant quill format.

Supported markdown:

# Headers

**Bold text**

*Italic*

***Bold italic***

~~Strikethrough~~

- Bullet points

1. Numbered lists

[] Checkboxes

[]() Links

> Blockquote

`Inline code block`

```
Fenced Code block
```

--- Horizontal Rule