html-to-article-json
Version:
Converting HTML to article-json
112 lines (111 loc) • 2.45 kB
JSON
[
{
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "This is a link",
"href": "http://link.com/",
"bold": false,
"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": "This is a bold link",
"href": "http://link2.com/",
"bold": true,
"italic": false,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "This is also a bold link",
"href": "http://link3.com/",
"bold": true,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "This is italic and ",
"href": null,
"bold": false,
"italic": true,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "this is a link",
"href": "http://link4.com/",
"bold": false,
"italic": true,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": " foo bar",
"href": "http://link4.com/",
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "boldbold2bold3bold4",
"href": null,
"bold": true,
"italic": false,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "italic",
"href": null,
"bold": false,
"italic": true,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "STRONG",
"href": null,
"bold": true,
"italic": false,
"strikethrough": false
}, {
"type": "text",
"mark": false,
"markClass": null,
"content": "EM",
"href": null,
"bold": false,
"italic": true,
"strikethrough": false
}]
}
]