I’ll introduce how to convert slides created with Marp in Markdown to PDF using CLI.
@marp-team/marp-cli
npx @marp-team/marp-cli --pdf target.md --allow-local-files
Marp for VS Code sometimes fails to export slide decks, and in such cases, I generate PDFs using CLI.
That’s all from the Gemba.