We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to make the slide background transparent when exporting to png. it doesn't work.
section { background-color: transparent; width: 1920px; height: 1080px; } :root { background-color: transparent; }
marp --theme custom.css test.md -o test.png
The text was updated successfully, but these errors were encountered:
Please add this solution for png https://stackoverflow.com/questions/55105958/puppeteer-saved-png-is-not-transparent
Sorry, something went wrong.
marp-cli/src/converter.ts
Line 409 in 49daf69
I've tried using omitBackground: true but it will not yet render PNG with transparency.
omitBackground: true
Successfully merging a pull request may close this issue.
I'm trying to make the slide background transparent when exporting to png. it doesn't work.
The text was updated successfully, but these errors were encountered: