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

57 lines
1002 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is "
},
{
"type": "text",
"text": "stricken",
"marks": [
{
"type": "strike"
}
]
},
{
"type": "text",
"text": " and "
},
{
"type": "text",
"text": "superscripted",
"marks": [
{
"type": "subsup",
"attrs": {
"type": "sup"
}
}
]
},
{
"type": "text",
"text": " and "
},
{
"type": "text",
"text": "subscripted",
"marks": [
{
"type": "subsup",
"attrs": {
"type": "sub"
}
}
]
}
]
}
]
}