Hey there, we are currently using the rich text editor and give html value as its input using the bindvalue attribute. the preview works fine but the editor is not able to pick up the <style> tag and the styles inside them
Example, this does not work, I don't get the css
applied to the text, but inline css works .
<p
class = "test"> Test</p>
<style>
test {
color: blue;
}
</style>
it would be great if I could get your assistance
Thanks,
ym