PPTX export procedure using Marp CLI. Use when the user wants to download or export their slides as a PowerPoint file. Covers the export command, prerequisites, and known limitations.
@marp-team/marp-cli installed globally or as a project dependencynpx @marp-team/marp-cli input.md --pptx -o output.pptx
npx @marp-team/marp-cli input.md --pptx --pptx-editable -o output.pptx
Before exporting, verify:
marp: truestyle directive in frontmatterIf LibreOffice is unavailable, fall back to standard (image-based) PPTX. Inform the user that the exported file will have high visual fidelity but text will not be editable in PowerPoint.