nozer / quill-delta-to-html

Converts Quill's delta ops to HTML
MIT License
404 stars 95 forks source link

Math Formula Convert Issue #121

Open sahilsakhiya11 opened 1 year ago

sahilsakhiya11 commented 1 year ago

How Can I convert below op into html?

ops: [{ "attributes": { "id": "58e7f8d3-914e-4ae2-8cb7-de8749251435" }, "insert": { "mathpix": "pi" } }]

I want to convert into pi symbol

also I want to understand how can I use use this library to convert if insert type is mathpix use customrender otherwise go with library.

Thank you in advance