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

16 lines
217 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This is a second paragraph"
}
]
}
]
}
}