markdown_to_list
Convert Markdown checklists, bullet lists, and tables into Slack list items. Returns structured entries with value and optional status for use in Slack messaging.
Instructions
Convert markdown to Slack List items. Parses checklists (- [ ] / - [x]), bullet lists (- item), and tables. Returns a list of dicts with 'value' and optional 'status'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Markdown string (mutually exclusive with file_path) | |
| file_path | No | Path to a .md file to read (mutually exclusive with content) |