Version of Marp Tool
Marp CLI v4.1.0
Operating System
Windows
Environment
- OS version: Windows 11
- Node.js version: v22.13.0
How to reproduce
- Run
marp --server . on the directory that has marp.md
- Open
localhost:8080 in the browser and show the list of Markdown files.
- Click
PDF for marp.md.
- Click
PPTX with Ctrl key to process PPTX conversion with another tab, before finishing the request for PDF conversion.
Expected behavior
Download marp.pdf and marp.pptx
Actual behavior
Download marp.pptx and marp(1).pptx. (The binary of each file is the correct format but the name is wrong)
Additional information
It's also reproducible in the other pair of formats (e.g. PDF → HTML)