PHPackages                             taoshan98/markdown-to-quill-delta - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. taoshan98/markdown-to-quill-delta

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

taoshan98/markdown-to-quill-delta
=================================

Convert Markdown to Quill Delta format in PHP

v1.1.0(3mo ago)28BSD-3-ClausePHPPHP &gt;=7.4

Since Jan 29Pushed 2mo agoCompare

[ Source](https://github.com/Taoshan98/markdown-to-quill-delta)[ Packagist](https://packagist.org/packages/taoshan98/markdown-to-quill-delta)[ RSS](/packages/taoshan98-markdown-to-quill-delta/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Markdown to Quill Delta Converter
=================================

[](#markdown-to-quill-delta-converter)

A high-performance PHP library to convert Markdown text into Quill Delta format.

Features
--------

[](#features)

- ✅ Checkboxes (Task lists)
- ✅ Nested Lists (with indentation)
- ✅ Reference-style Links
- ✅ Tables (GFM)
- ✅ Definition Lists
- ✅ Footnotes
- ✅ Abbreviations
- ✅ Highlight (`==`), Subscript (`~`), Superscript (`^`)
- ✅ Emoji (`:smile:`)
- ✅ Paragraphs
- ✅ Headers (H1-H6)
- ✅ Text formatting (bold, italic, inline code, strikethrough)
- ✅ Code blocks
- ✅ Blockquotes
- ✅ Ordered and unordered lists
- ✅ Links
- ✅ Images
- ✅ Nested formatting

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require taoshan98/markdown-to-quill-delta
```

Quickstart
----------

[](#quickstart)

### Basic Usage

[](#basic-usage)

```
