Formatting posts with the Slack api

做~自己de王妃 提交于 2019-12-01 11:28:14

Posts support markdown formatting.

E.g., try setting the following content:

# A Post Header

### Subheading

An image? ![Funny](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ4jlx3aktZVFKAkaNB7fvy67BFQuaO3HedVQ6VIXeR5OLnfbOOEbrcp-G4)

[A link to google](https://www.google.com)

* A list item
* Another list item

`a code block`

You then post with filetype="post", and get the following:

I tested and slack appears to support most markdown features but not all. Make sure to test your formatting!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!