Hi,
I am getting image url path from json, I am trying to escape few characters and then use it as the image path. But I am getting the following error, can anyone please help
#let clean-string(linkPath)={
if linkPath!="" {
linkPath=linkPath.replace("/","")
}
return linkPath
}
#image("../../assets/"+clean-string(t.emojiLink), format: "png")
error screen shot is attached