{
"key": "",
"text": "Bold Italic Underline",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [
{"offset": 0, "length": 21, "style": "BOLD"},
{"offset": 5, "length": 16, "style": "ITALIC"},
{"offset": 12, "length": 9, "style": "UNDERLINE"},
],
"entityRanges": [],
"data": {},
},
<p><strong>Bold <em>Italic <u>Underline</u></em></strong></p>
<p><strong>Bold </strong><strong><em>Italic </em></strong><strong><em><u>Underline</u></em></strong></p>
I have this block
I expect it to render HTML as
but it renders HTML as
Is it a bug or is there any configuration?