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

54 lines
909 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Hello "
},
{
"type": "text",
"text": "strong",
"marks": [
{
"type": "strong"
}
]
},
{
"type": "text",
"text": " and "
},
{
"type": "text",
"text": "emphasis",
"marks": [
{
"type": "em"
}
]
},
{
"type": "text",
"text": " and "
},
{
"type": "text",
"text": "strongly emphasised",
"marks": [
{
"type": "em"
},
{
"type": "strong"
}
]
}
]
}
]
}