"text": "normal italic bold underline overline monospace \nquote",
"entities": [
{ "offset": 7, "length": 6, "type": "italic" },
{ "offset": 14, "length": 4, "type": "bold" },
{ "offset": 19, "length": 9, "type": "underline" },
{ "offset": 29, "length": 8, "type": "strikethrough" },
{ "offset": 38, "length": 9, "type": "code" },
{ "offset": 49, "length": 5, "type": "blockquote" }
]