summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/code_mark.json
blob: 884715709f76db5ea885f2e3e83511adb465afc2 (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": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "This is some "
        },
        {
          "type": "text",
          "text": "inline code",
          "marks": [
            {
              "type": "code"
            }
          ]
        }
      ]
    }
  ]
}