'Slack Block Kit ordered and unordered lists?

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
            }
        },
    ]


Solution 1:[1]

The answer can be found here: https://api.slack.com/reference/surfaces/formatting

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Xen_mar