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

45 lines
820 B
JSON

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Mentioning "
},
{
"type": "mention",
"attrs": {
"id": "ABCDE-ABCDE-ABCDE-ABCDE",
"text": "@testuser",
"userType": "APP"
}
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Mentioning "
},
{
"type": "mention",
"attrs": {
"id": "ABCDE-ABCDE-ABCDE-ABCDE",
"text": "@test user",
"userType": "APP"
}
},
{
"type": "text",
"text": " with space in user name"
}
]
}
]
}