Files
probo/pkg/prosemirror/testdata/document.json
2026-04-01 18:03:24 +04:00

755 lines
28 KiB
JSON

{
"type": "doc",
"content": [
{
"type": "heading",
"attrs": {
"level": 1
},
"content": [
{
"type": "text",
"text": "Heading 1"
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is a paragraph "
},
{
"type": "text",
"marks": [
{
"type": "bold"
}
],
"text": "with some bold"
},
{
"type": "text",
"text": " and "
},
{
"type": "text",
"marks": [
{
"type": "italic"
}
],
"text": "some italic "
},
{
"type": "text",
"text": "and some "
},
{
"type": "text",
"marks": [
{
"type": "underline"
}
],
"text": "underlined text"
},
{
"type": "text",
"text": "."
},
{
"type": "hardBreak"
},
{
"type": "text",
"text": "It contains a line break, and some "
},
{
"type": "text",
"marks": [
{
"type": "strike"
}
],
"text": "strikethrough."
},
{
"type": "hardBreak"
},
{
"type": "text",
"text": "There's some "
},
{
"type": "text",
"marks": [
{
"type": "code"
}
],
"text": "inline code"
},
{
"type": "text",
"text": ". And a "
},
{
"type": "text",
"marks": [
{
"type": "link",
"attrs": {
"href": "https://getprobo.com",
"target": "_blank",
"rel": "noopener noreferrer nofollow",
"class": null,
"title": null
}
}
],
"text": "link"
}
]
},
{
"type": "heading",
"attrs": {
"level": 2
},
"content": [
{
"type": "text",
"text": "Heading 2"
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "A simple paragraph."
}
]
},
{
"type": "codeBlock",
"attrs": {
"language": null
},
"content": [
{
"type": "text",
"text": "code block"
}
]
},
{
"type": "heading",
"attrs": {
"level": 3
},
"content": [
{
"type": "text",
"text": "Heading 3"
}
]
},
{
"type": "bulletList",
"content": [
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "ul "
},
{
"type": "text",
"marks": [
{
"type": "bold"
}
],
"text": "list"
},
{
"type": "text",
"text": " item 1"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "ul "
},
{
"type": "text",
"marks": [
{
"type": "italic"
}
],
"text": "list"
},
{
"type": "text",
"text": " item 2"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "ul "
},
{
"type": "text",
"marks": [
{
"type": "link",
"attrs": {
"href": "https://google.com",
"target": "_blank",
"rel": "noopener noreferrer nofollow",
"class": null,
"title": null
}
}
],
"text": "list"
},
{
"type": "text",
"text": " item 3"
}
]
}
]
}
]
},
{
"type": "horizontalRule"
},
{
"type": "orderedList",
"attrs": {
"start": 1,
"type": null
},
"content": [
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "ol list "
},
{
"type": "text",
"marks": [
{
"type": "underline"
}
],
"text": "item"
},
{
"type": "text",
"text": " 1"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "ol list "
},
{
"type": "text",
"marks": [
{
"type": "code"
}
],
"text": "item"
},
{
"type": "text",
"text": " 2"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "ol list "
},
{
"type": "text",
"marks": [
{
"type": "strike"
}
],
"text": "item"
},
{
"type": "text",
"text": " 3"
}
]
}
]
}
]
},
{
"type": "horizontalRule"
},
{
"type": "blockquote",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Blockquote"
},
{
"type": "hardBreak"
},
{
"type": "text",
"text": "Line "
},
{
"type": "text",
"marks": [
{
"type": "bold"
}
],
"text": "break"
}
]
}
]
},
{
"type": "horizontalRule"
},
{
"type": "table",
"content": [
{
"type": "tableRow",
"content": [
{
"type": "tableHeader",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "th 1"
}
]
}
]
},
{
"type": "tableHeader",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "th 2"
}
]
}
]
},
{
"type": "tableHeader",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "th 3"
}
]
}
]
},
{
"type": "tableHeader",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": [
61
]
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "th 4"
}
]
}
]
}
]
},
{
"type": "tableRow",
"content": [
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "td "
},
{
"type": "text",
"marks": [
{
"type": "italic"
}
],
"text": "11"
}
]
}
]
},
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "td "
},
{
"type": "text",
"marks": [
{
"type": "bold"
}
],
"text": "12"
}
]
}
]
},
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "td "
},
{
"type": "text",
"marks": [
{
"type": "strike"
}
],
"text": "13"
}
]
}
]
},
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": [
61
]
},
"content": [
{
"type": "bulletList",
"content": [
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "1"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "2"
}
]
}
]
}
]
}
]
}
]
},
{
"type": "tableRow",
"content": [
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "td "
},
{
"type": "text",
"marks": [
{
"type": "underline"
}
],
"text": "21"
}
]
}
]
},
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "td "
},
{
"type": "text",
"marks": [
{
"type": "link",
"attrs": {
"href": "https://example.org",
"target": "_blank",
"rel": "noopener noreferrer nofollow",
"class": null,
"title": null
}
}
],
"text": "22"
}
]
}
]
},
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": null
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "td "
},
{
"type": "text",
"marks": [
{
"type": "code"
}
],
"text": "23"
}
]
}
]
},
{
"type": "tableCell",
"attrs": {
"colspan": 1,
"rowspan": 1,
"colwidth": [
61
]
},
"content": [
{
"type": "orderedList",
"attrs": {
"start": 1,
"type": null
},
"content": [
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "A"
}
]
}
]
},
{
"type": "listItem",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "B"
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"type": "paragraph"
}
]
}