Does Slack support Markdown tables?

后端 未结 2 1482
误落风尘
误落风尘 2021-02-12 12:22

I want to send a Markdown table to Slack with its postMessage API, but I got raw content in Slack instead of a rendered table. Does Slack support Markdown tables? I

2条回答
  •  梦如初夏
    2021-02-12 12:50

    Slack does not support rendering of tables so this markup will not work.

    You have two alternatives:

    • You can use fields, which will be rendered as 2 columns on most devices. See fields in layout blocks.
    • You can convert your table into an image (outside Slack) and
      attach the image to your message.

提交回复
热议问题