Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to transform Wikimarkup with emojis to ADF correctly

AppsDelivered
Contributor
March 19, 2024

 

If wikimarkup contains some emojis like :wtf: and I want to transform it to adf document, it doesn't detect the emojis, so this should be like:


{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "some text "
},
{
"type": "emoji",
"attrs": {
"shortName": ":alien:",
"id": "1f47d",
"text": "👽"
}
},
{
"type": "text",
"text": " some text"
}
]
},
{
"type": "paragraph",
"content": []
}
]
}


 

 But instead it looks like this:

{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "some text👽"
},
]
}

 And all emojis are displaying incorrectly

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
atlassian, team '25, conference, certifications, bootcamps, training experience, anaheim ca,

Want to make the most of Team ‘25?

Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.

Learn more
AUG Leaders

Upcoming Jira Events