summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/invalid_no_doc.json
blob: c9f10eeeb79b7067c2424cf00555a64b21f2ee19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "paragraph",
  "content": [
    {
      "type": "text",
      "text": "This is a sample paragraph"
    },
    {
      "type": "text",
      "text": " with lorem ipsum dolor sit amet..."
    }
  ]
}