quill
quill copied to clipboard
Using <div><pre><code> for code blocks?
Would it be possible to change the outer wrapper to <code> element?
It would create better HTML, I think. It would make a difference when parsing HTML into some other formats (Markdown for example).
I will see what kind of code this creates:
Code
It creates this:
Could Quill do the same kind of code with code blocks?
Also I think the data-language could be in the outer wrapper, not in individual lines. At least in the UI you can set it in the whole block (outer wrapper), not individual lines.