markdown-to-quill-delta
v0.7.0
Published
Convert Markdown to Quill Delta
Downloads
2,855
Readme
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.