{ "name": "document", "type": "block", "blocks": [ { "name": "paragraph", "type": "block", "inlines": [ { "name": "text", "type": "string", "value": "Here might be an emoji image: ", "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 30 } ] }, { "name": "ref", "type": "inline", "variant": "image", "target": "path/to/emoji.png", "inlines": [], "location": [ { "line": 1, "col": 31 }, { "line": 1, "col": 55 } ] }, { "name": "text", "type": "string", "value": ".", "location": [ { "line": 1, "col": 56 }, { "line": 1, "col": 56 } ] } ], "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 56 } ] } ], "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 56 } ] }