pandoc-pptx-mcp.md

Pandoc Markdown to PPTX

UI App
from"maekawataiki"
580

Convert Markdown to PowerPoint with Mermaid, PlantUML, and Graphviz diagram support

Productivity
PandocMarkdownPowerPointdiagrams
install.sh
# Clone the repository
$git clone https://github.com/maekawataiki/pandoc-md2pptx
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve