Md to pptx
Skill fabioc-aloha/Alex_Skill_Mall/plugins/converters/md-to-pptx
284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill md-to-pptxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Convert Markdown to PowerPoint presentations via Pandoc.
SKILL.md
1.3 KB, 300 tokens by cl100k_base, as published. Nobody here has run it
md-to-pptx
Convert Markdown to PowerPoint presentations via Pandoc.
When to Use
- Authoring decks in Markdown, delivering in PowerPoint
- Generating slide decks from existing documentation
- Pipelines that need
.pptxfor corporate templates
What's Here
md-to-pptx.cjs — Node script that wraps Pandoc.
External Dependencies
node(≥ 16)pandoc(≥ 3.0) on PATH
Usage
node md-to-pptx.cjs deck.md
node md-to-pptx.cjs deck.md --output deck.pptx
node md-to-pptx.cjs deck.md --reference-doc template.pptx
Slide Structure
| Markdown | PowerPoint |
|---|---|
# Title | Title slide |
## Section | Content slide |
| Body paragraphs / lists | Slide body |
--- (HR) | Slide break (no heading) |
Frontmatter Hooks
---
title: My Deck
author: Your Name
date: 2026-04-28
---
Notes
- Use
--reference-docwith a corporate.pptxto inherit theme, fonts, master slides - Round-trip with
pptx-to-mdis lossy for complex layouts; lossless for text/image content