markdown-exporter
SKILL.md
Markdown Exporter
Markdown Exporter is an Agent Skill that transforms your Markdown text into a wide variety of professional format files.
This SKILL.md for Agent Skills, the cli tool and Python package markdown-exporter are maintained in the GitHub repository bowenliang123/markdown-exporter by bowenliang123.
Tools and Supported Formats
| Tool | Input (File path of Markdown text or styles) | Output (File path of exported file) |
|---|---|---|
md_to_docx |
π Markdown text | π Word document (.docx) |
md_to_html |
π Markdown text | π HTML file (.html) |
md_to_html_text |
π Markdown text | π HTML text string |
md_to_pdf |
π Markdown text | π PDF file (.pdf) |
md_to_png |
π Markdown text | πΌοΈ PNG image(s) of PDF pages |
md_to_md |
π Markdown text | π Markdown file (.md) |
md_to_ipynb |
π Markdown text | π Jupyter Notebook (.ipynb) |
md_to_pptx |
π Markdown slides in Pandoc style | π― PowerPoint (.pptx) |