nozer / quill-delta-to-html

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

Fix: formula output to comply with KaTeX rules #126

Open KiatoAzumane opened 7 months ago

KiatoAzumane commented 7 months ago

The library's formula output was not following KaTeX rules, specifically missing delimiter symbols, causing the original LaTeX text to be displayed as is. Added options to customize left and right delimiters for improved compatibility.