gitlab-org--gitlab-foss/spec/fixtures/lib/kramdown/atlassian_document_format/paragraph.json

29 lines
478 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is a sample paragraph"
},
{
"type": "text",
"text": " with lorem ipsum dolor sit amet..."
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is a second paragraph"
}
]
}
]
}