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

25 lines
433 B
JSON

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