@@ -125,24 +125,27 @@ const blocks: Block[] = [
125125
126126## Supported Blocks
127127
128- | Block Type | Status | Notes |
129- | --------------- | ------- | ------------------------------------------------------------ |
130- | Section | ✅ Full | Text, fields, accessories, ` expand ` property |
131- | Divider | ✅ Full | Horizontal divider |
132- | Image | ✅ Full | Collapsible with alt text, ` slack_file ` support |
133- | Context | ✅ Full | Images and text elements |
134- | Header | ✅ Full | Large bold text |
135- | Rich Text | ✅ Full | Lists, quotes, preformatted, sections, color elements |
136- | Video | ✅ Full | Collapsible video embed |
137- | Table | ✅ Full | Rows, columns, alignment |
138- | Actions | ✅ Full | All interactive element types supported |
139- | Input | ✅ Full | All input element types supported |
140- | File | ✅ Full | Remote file display |
141- | Context Actions | ✅ Full | Feedback buttons and icon buttons |
142- | Markdown | ✅ Full | Standard markdown with GFM (tables, task lists, code blocks) |
143- | Plan | ✅ Full | Sequential task display with status indicators |
144- | Task Card | ✅ Full | Individual task with title, details, output, sources, status |
145- | Data Visualization | ✅ Full | Line, bar, area, and pie charts with legend, axes, and "view as table" / CSV export |
128+ | Block Type | Status | Notes |
129+ | ------------------ | ------- | ------------------------------------------------------------ |
130+ | Section | ✅ Full | Text, fields, accessories, ` expand ` property |
131+ | Divider | ✅ Full | Horizontal divider |
132+ | Image | ✅ Full | Collapsible with alt text, ` slack_file ` support |
133+ | Context | ✅ Full | Images and text elements |
134+ | Header | ✅ Full | Large bold text with ` level ` (H1–H4) heading sizes |
135+ | Rich Text | ✅ Full | Lists, quotes, preformatted, sections, color elements |
136+ | Video | ✅ Full | Collapsible video embed |
137+ | Table | ✅ Full | Rows, columns, alignment |
138+ | Actions | ✅ Full | All interactive element types supported |
139+ | Input | ✅ Full | All input element types supported |
140+ | File | ✅ Full | Remote file display |
141+ | Context Actions | ✅ Full | Feedback buttons and icon buttons |
142+ | Markdown | ✅ Full | Standard markdown with GFM (tables, task lists, code blocks) |
143+ | Alert | ✅ Full | Status banner with info / warning / error / success levels |
144+ | Card | ✅ Full | Title, subtitle, body, image, icon, and action buttons |
145+ | Carousel | ✅ Full | Horizontally-scrollable gallery of up to 10 cards |
146+ | Plan | ✅ Full | Sequential task display with status indicators |
147+ | Task Card | ✅ Full | Individual task with title, details, output, sources, status |
148+ | Data Visualization | ✅ Full | Line, bar, area, and pie charts; legend, axes, table & CSV |
146149
147150## Supported Elements
148151
0 commit comments