nozer/quill-delta-to-html

Math Formula Convert Issue

Opened this issue · 0 comments

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