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

hard_break.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: 564570c016ec8a367930eb031e7eb6e01fcd1697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "This is a sample paragraph"
        },
        {
          "type": "hardBreak"
        },
        {
          "type": "text",
          "text": "with lorem ipsum dolor sit amet..."
        }
      ]
    }
  ]
}