debian-mirror-gitlab/spec/fixtures/lib/kramdown/atlassian_document_format/paragraph.json

29 lines
478 B
JSON
Raw Normal View History

2020-07-28 23:09:34 +05:30
{
"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"
}
]
}
]
}