debian-mirror-gitlab/spec/fixtures/lib/kramdown/atlassian_document_format/hard_break.json
2020-08-09 17:44:08 +05:30

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