Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quilljs-markdown

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quilljs-markdown

Markdown for Quill Editor

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8K
increased by116.64%
Maintainers
1
Weekly downloads
 
Created
Source

Markdown for Quill Editor

JavaScript Style Guide

QuillJS Markdown shortcut Extension.

NPM

DEMO

Wrote Library with ES6 and Standard Javascript Codestyle.

How to install

npm i quilljs-markdown

How to use

import Quill from 'quill'
import QuillMakrdown from 'quilljs-markdown'

const editor = new Quill('#editor', options)
new QuillMarkdown(editor)

or

Heading

# MyTitle
## MyTitle
### MyTitle
#### MyTitle
##### MyTitle

Blockquote

> blockquote text

bold

**Bold Text**
[link text](https://link_url)

inline code

`inline code block`

Code block

```
code block
```

Keywords

FAQs

Package last updated on 08 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc