I would like to use the new [markdown](https://api.slack.com/reference/block-kit/blocks#markdown) block with this SDK. It would help with sending LLM responses in Slack messages. ### Category (place an `x` in each of the `[ ]`) - [ ] **slack_sdk.web.WebClient (sync/async)** (Web API client) - [ ] **slack_sdk.webhook.WebhookClient (sync/async)** (Incoming Webhook, response_url sender) - [x] **slack_sdk.models** (UI component builders) - [ ] **slack_sdk.oauth** (OAuth Flow Utilities) - [ ] **slack_sdk.socket_mode** (Socket Mode client) - [ ] **slack_sdk.audit_logs** (Audit Logs API client) - [ ] **slack_sdk.scim** (SCIM API client) - [ ] **slack_sdk.rtm** (RTM client) - [ ] **slack_sdk.signature** (Request Signature Verifier) ### Requirements There is a MarkdownBlock element that is an abstraction for [this](https://api.slack.com/reference/block-kit/blocks#markdown)
I would like to use the new markdown block with this SDK. It would help with sending LLM responses in Slack messages.
Category (place an
xin each of the[ ])Requirements
There is a MarkdownBlock element that is an abstraction for this