Welcome to mirror list, hosted at ThFree Co, Russian Federation.

invalid_json.json « atlassian_document_format « kramdown « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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"
        }
      ]
    }
  ]
}
}