html-to-article-json
Version:
Converting HTML to article-json
143 lines (142 loc) • 2.99 kB
JSON
[
{
"type": "blockquote",
"pullQuote": false,
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "beep boop",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
}
]
}
]
},
{
"type": "blockquote",
"pullQuote": false,
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "beep boop",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
}
]
}
]
},
{
"type": "blockquote",
"pullQuote": false,
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "this",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
},
{
"type": "text",
"mark": false,
"markClass": null,
"content": "is",
"href": null,
"italic": false,
"bold": true,
"strikethrough": false
},
{
"type": "text",
"mark": false,
"markClass": null,
"content": "styled",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
}
]
}
]
},
{
"type": "blockquote",
"pullQuote": false,
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "this works as well",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "as expected",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
}
]
}
]
},
{
"type": "blockquote",
"pullQuote": true,
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"mark": false,
"markClass": null,
"content": "this is a pull quote",
"href": null,
"italic": false,
"bold": false,
"strikethrough": false
}
]
}
]
}
]