Describe the solution you’d like
It would be great if multiple-paragraph text would support syntax highlighting with the HTML markdown. Codemirror is a very simple and elegant solution for this exact case and will transform the current textarea to be more editor-like.
Describe alternatives you’ve considered
Unsure if this can be achieved with the exposed plugin SDK, would be good to get more insight as it would be great to create a Flems.io layer on top of this for more complex HTML edits.
Additional context
Integrating codemirror allows for the more tech-savvy editors to read HTML markdown source code more efficiently and make adjust via the source with far more ease.