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

117 lines
2 KiB
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "panel",
"attrs": {
"panelType": "success"
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Success info panel"
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Second paragraph"
}
]
}
]
},
{
"type": "panel",
"attrs": {
"panelType": "info"
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Info info panel"
}
]
}
]
},
{
"type": "panel",
"attrs": {
"panelType": "note"
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Note info panel"
}
]
}
]
},
{
"type": "panel",
"attrs": {
"panelType": "warning"
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Warning info panel"
}
]
}
]
},
{
"type": "panel",
"attrs": {
"panelType": "error"
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Error info panel"
}
]
}
]
},
{
"type": "panel",
"attrs": {
"panelType": "unknown"
},
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Unknown panel"
}
]
}
]
}
]
}