summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/paragraph.json
blob: e5b99dbd1124ac28cd4939052e4974f776bb80c7 (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": "paragraph",
      "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"
        }
      ]
    }
  ]
}