I have a slack payload that would format to markdown. And I'm trying to figure out how to preserve the backtick
var jsonStr = []byte(`{
"channel": "#edtest",
"username": "snapshot",
"attachments": [
{
"mkdwn": true,
"text": "`this backtick doesn't work`",
}
]
}`)
if you look at the text field, that backtick won't work