html-to-article-json
Version:
Converting HTML to article-json
28 lines (27 loc) • 515 B
JSON
[
{
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "beep boop",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "foo bar Hello, world!",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}
]