lokiuz/redraft

[Question] How do I retain inline styles of HTML tags?

Opened this issue · 0 comments

Hello,
I have the following HTML <span style="color:#ff4500">Inspecter </span> which I'd like to parse, but I would also like to retain the inline styling, in this case the text color.
How could I do that? None of the blocks or renderers seem to hit on it.
Please see this codesandbox for an example.

Thank you.