I'm experimenting with the Slack Block Kit, that supports markdown syntax. I'm trying to insert a numbered or bulleted list into the editor and can't seem to figure out how that works. Is there any way to achieve this?
Here is an example payload:
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "1 asjdfljasd 1 asdfkjasdf " <- should be a numbered list
}
},
]