{ "version": 1, "type": "doc", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello " }, { "type": "text", "text": "strong", "marks": [ { "type": "strong" } ] }, { "type": "text", "text": " and " }, { "type": "text", "text": "emphasis", "marks": [ { "type": "em" } ] }, { "type": "text", "text": " and " }, { "type": "text", "text": "strongly emphasised", "marks": [ { "type": "em" }, { "type": "strong" } ] } ] } ] }