summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/blockquote.json
blob: 5ad414b43b9cba34925edc0973d68e77c0745e2c (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
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "blockquote",
      "content": [
        {
          "type": "paragraph",
          "content": [
            {
              "type": "text",
              "text": "This is a sample quote"
            },
            {
              "type": "text",
              "text": " with lorem ipsum dolor sit amet..."
            }
          ]
        }
      ]
    }
  ]
}