Converts Markdown to Quill Delta using remark.
Feature | Status |
---|---|
Paragraphs | ✅ |
Headers | ✅ |
Text styling | ✅ |
Code blocks | ✅ |
Quote blocks | ❌ |
Lists | ✅ |
Checkboxes | ✅ |
Links | ✅¹ |
Images | ✅ |
¹: reference-style links are not yet supported
import markdownToDelta from "markdown-to-quill-delta";
const ops = markdownToDelta(markdown);
See here.
Developed by Sebastian Frysztak.
Licensed under ISC License.