summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/invalid_node_type.json
blob: ebb74624333d119ea8016e49c8d101ca0f12ca18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "invalid",
      "content": [
        {
          "type": "text",
          "text": "This is a sample paragraph"
        },
        {
          "type": "text",
          "text": " with lorem ipsum dolor sit amet..."
        }
      ]
    },
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "This is a second paragraph"
        }
      ]
    }
  ]
}