summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/emoji.json
blob: 3a7944d250923794a3b6239ce9fbcf34b308cf5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "Grinning with unicode "
        },
        {
          "type": "emoji",
          "attrs": {
            "shortName": ":grinning:",
            "text": "😀"
          }
        },
        {
          "type": "text",
          "text": " and heart eyes with raw unicode "
        },
        {
          "type": "emoji",
          "attrs": {
            "shortName": ":heart_eyes:",
            "id": "1f60d",
            "text": "\uD83D\uDE0D"
          }
        },
        {
          "type": "text",
          "text": ", non-standard Atlassian "
        },
        {
          "type": "emoji",
          "attrs": {
            "shortName": ":awthanks:",
            "id": "atlassian-awthanks",
            "text": ":awthanks:"
          }
        },
        {
          "type": "text",
          "text": ", non-standard customer emoji "
        },
        {
          "type": "emoji",
          "attrs": {
            "shortName": ":thumbsup::skin-tone-2:"
          }
        },
        {
          "type": "text",
          "text": ", and invalid is ignored "
        },
        {
          "type": "emoji",
          "attrs": {
            "id": "1f44d"
          }
        }
      ]
    }
  ]
}