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

invalid_no_doc.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: 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..."
    }
  ]
}