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

23 lines
368 B
JSON

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