Skip to content

codeincarnate/markdown-to-quill-delta

 
 

Repository files navigation

NPM
Build Status

Markdown to Quill Delta converter

Converts Markdown to Quill Delta using remark.

Status

Feature Status
Paragraphs
Headers
Text styling
Code blocks
Quote blocks
Lists
Checkboxes
Links ✅¹
Images

¹: reference-style links are not yet supported

Usage

import markdownToDelta from "markdown-to-quill-delta";
const ops = markdownToDelta(markdown);

What about Delta to Markdown?

See here.

License

Developed by Sebastian Frysztak.
Licensed under ISC License.

About

Convert Markdown to Quill Delta

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.4%