You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first read through the Slack documentation for implementing the blockkit parser for this project, I assumed type: "mrkdwn" was just a silly way of spelling markdown. Turns out it isn't: https://api.slack.com/reference/surfaces/formatting
In the basic TextObject implementation, I could parse and then translate the mrkdwn into "real" markdown before rendering it out.
The text was updated successfully, but these errors were encountered:
When I first read through the Slack documentation for implementing the blockkit parser for this project, I assumed
type: "mrkdwn"
was just a silly way of spelling markdown. Turns out it isn't: https://api.slack.com/reference/surfaces/formattingIn the basic
TextObject
implementation, I could parse and then translate the mrkdwn into "real" markdown before rendering it out.The text was updated successfully, but these errors were encountered: