html-to-article-json
Version:
Converting HTML to article-json
88 lines (87 loc) • 1.78 kB
JSON
[
{
"type": "header1",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Hello, world!",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": " beepboop ",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": " foo",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "bar",
"href": null,
"bold": true,
"italic": false,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": " ",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "bas",
"href": null,
"bold": false,
"italic": true,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": " ",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": " YEAH YEAH YEAHS",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}
]