html-to-article-json
Version:
Converting HTML to article-json
43 lines (42 loc) • 731 B
JSON
[
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "beep",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}, {
"type": "linebreak"
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "boop",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}
]
}, {
"type": "paragraph",
"children": [
{
"type": "linebreak"
}
]
}, {
"type": "paragraph",
"children": [
{
"type": "linebreak"
}
]
}
]