https://api.slack.com/reference/block-kit/blocks#rich_text
rich_text block becomes able to use in Slack API. It has a similar rendering with <Section> but the output JSON is much structed. There are some advantages:
In jsx-slack, it requires new implementation of HTML parser for rich_text block format.
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
https://api.slack.com/reference/block-kit/blocks#rich_text
rich_textblock becomes able to use in Slack API. It has a similar rendering with<Section>but the output JSON is much structed. There are some advantages:In jsx-slack, it requires new implementation of HTML parser for
rich_textblock format.https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less