debian-mirror-gitlab/spec/fixtures/lib/kramdown/atlassian_document_format/strike_sup_sub_mark.json
2020-08-09 17:44:08 +05:30

56 lines
1,002 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"
}
}
]
}
]
}
]
}