-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Theme class 'lead' and 'invert' not working when export to pdf and pptx #425
Comments
I could not reproduce that. A provided Markdown exports the correct output with inverted color scheme, just like this PDF. We need more information to debug. e.g. the output of console in the VS Code's developer tools while exporting |
here is the output of the dev tools, but it seems eveything is ok. test.pdfI also upload the output pdf file, hope this will help. |
I tried upgrade node.js to v18.16.1, and use marp-cli to convert to pptx directly, and it doesn't work neither. |
How about if specified just a string as class, instead of YAML array? ---
marp: true
theme: default
class: invert
---
# Use your own theme This expects exactly same result as YAML array version. |
I have tried this, but it don't work either. |
Please check whether installing the latest version of Google Chrome. If not, try to export after updating Chrome into 115. If you had installed very old version of Chrome, slide variants by |
If you were using Chrome Enterprise, some features for printing PDF correctly might be restricted by the enterprise policy. For example, if You can check whether managed by the enterprise in |
Version of Marp Tool
marp-vscode 2.6.0
Operating System
Windows
Environment
vs code about:
Version: 1.79.2 (system setup)
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-06-14T08:57:04.379Z
Electron: 22.5.7
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Windows_NT x64 10.0.19045
How to reproduce
===========
save above as test.md, export to pdf or pptx
Expected behavior
work like preview
Actual behavior
Additional information
No response
The text was updated successfully, but these errors were encountered: