slides-generator Create Hummingbot-branded presentation slides in PDF format from markdown content. Features two-column layouts and Mermaid diagram rendering for technical architecture and flowcharts. Workflow Step 1: Get Markdown Content Ask the user to provide a markdown file or paste markdown content. The content should follow this format: Format Rules: - = Presentation title (optional, becomes title slide) - = New slide (N is slide number) - Content under each heading becomes slide content - Supports markdown formatting: lists, bold, italic, code blocks, links Step 2: Parse and Confirm Be…