Record strips HTML from code block

Hey there,

First off, Corteza seems so far to be the perfect fit for me. Good job on that.

So, the actual question:

I created a module for typing in guides for a little knowledge base.
The guide has a multi-line rich-text field for entering the data.

When I attempt to write a code block with HTML in it, it completely strips the HTML from the record upon saving.

Is there any way I can circumvent this behavior?

The RTE displays HTML, the value however is still saved properly (you can check the network tab or database and you’ll see that.

The HTML in a text field will always be evaluated when displaying it.
The editor is only evaluated when using RTE (that’s what makes it rich).