summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/invalid_json.json
blob: 6305592d175ba84e7e88701336c5790e58a8f495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "This is a second paragraph"
        }
      ]
    }
  ]
}
}