EDIT: everything working, see below comment why we thought it didn't work.
Slack supports markdown formatting, but looks like the Opsgenie Slack integration doesn't specify (or allow to configure) this.
I'm guessing, but looks like Opsgenie alerts are sent as attachements to Slack. The API would allow to specify some fields to have markdown formatting (using the `mrkdwn_in` field) to get nicer notifications. See:
https://api.slack.com/reference/messaging/attachments#example
Have you already discussed this feature?
slack support markdown but opsgenie support html tag for formating. If I use markdown then slack msgs are good but opsgenie alert description are not.
How did you overcome this problem?