markdown_to_canvas
Validate markdown from a string or file path and get content prepared for Slack canvases. Use the result with create_canvas() or create_channel_canvas().
Instructions
Validate and prepare markdown content for canvas creation. Accepts a markdown string or a file path, returns the validated content suitable for create_canvas() or create_channel_canvas().
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) |