Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export to pptx feature not working properly #202

Closed
jehunseo opened this issue Feb 14, 2021 · 7 comments · Fixed by #205
Closed

export to pptx feature not working properly #202

jehunseo opened this issue Feb 14, 2021 · 7 comments · Fixed by #205
Labels
bug Something isn't working upstream Depended on upstream

Comments

@jehunseo
Copy link

jehunseo commented Feb 14, 2021

w:256 imagew:256  image

left image is preview from vscode, right image is exported ppt file.
i wrote an markdown document with

---
marp: true
color: black
---

and used feature export slide deck/to pptx
but the exported pptx file has all pages with first slide contents.

my vscode version is : 1.53.2
and extensions about markdown is :
Paste Image
Markdown All in One

@yhatt
Copy link
Member

yhatt commented Feb 14, 2021

Thanks for your report. I think a breaking change of Puppeteer v7 containing in the latest Marp CLI has affected to PPTX export. Do you have installed Google Chrome Canary (v90)?

@jehunseo
Copy link
Author

nope, I only use MS Edge 88.0.705.68 64bit browser.

@yhatt
Copy link
Member

yhatt commented Feb 15, 2021

I could not confirm that thing in the conversion through MS Edge 88.0.705.68 for macOS 64bit. But anyway we have to catch up the updation of DevTools for Chromium flavored browser in marp-team/marp-cli#325.

@pigbayspy
Copy link

pigbayspy commented Mar 8, 2021

I had same problem. All slide pages remain the same as the first page. But it's ok in server mode.
I use MS Edge 89.0.774.45

@ConnorKirk
Copy link

For anyone else who encounters this issue, I was able to work around it by downloading an earlier release of marp, then using that from the command line to generate the pptx export.

@yhatt
Copy link
Member

yhatt commented Mar 14, 2021

Fixed in Marp CLI v0.23.3.

The current VS Code extension is still using outdated CLI v0.23.2. I'm going to update dependency.

@yhatt
Copy link
Member

yhatt commented Mar 14, 2021

Confirmed that has fixed in the latest update v0.17.3. Try to update your extension!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Depended on upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants