html-to-article-json
Version:
Converting HTML to article-json
40 lines (39 loc) • 751 B
JSON
[
{
"type": "header1",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Top header",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "header2",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Second level",
"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
}]
}
]