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

25 lines
372 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is some "
},
{
"type": "text",
"text": "inline code",
"marks": [
{
"type": "code"
}
]
}
]
}
]
}