nozer/quill-delta-to-html

Inline `code` swallows other inline elements

dcsaszar opened this issue · 1 comments

Input: [{"attributes":{"italic":true,"link":"#top","code":true},"insert":"Top"},{"insert":"\n"}]

Expected output

<p><code><a href="#top"><em>Top</em></a></code></p> (the nesting order may differ)

Actual output

<p><code>Top</code></p>

nozer commented

Fixed and pushed with tag v0.9.9