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

41 lines
688 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is "
},
{
"type": "text",
"text": "underlined",
"marks": [
{
"type": "underline"
}
]
},
{
"type": "text",
"text": " and "
},
{
"type": "text",
"text": "red",
"marks": [
{
"type": "textColor",
"attrs": {
"color": "#ff6347"
}
}
]
}
]
}
]
}