-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
No parsing of transparent background for PNG images #196
Comments
Try to tweak the style of <style>
img {
background-color: transparent;
}
</style> Marp Core default theme is depending on GitHub's Markdown style, and its style for |
That's all it took, thank you very much! BTW, I actually find it convenient that the default theme is tied to GitHub's Markdown style (however featureless it is), but as someone with very rudimentary CSS skills, I wish this specific tip was part of the Marp documentation (I couldn't find it anywhere). Cheers \o |
Thanks! I'll give your feedback to working unified documentation. |
Summary
PNG images with transparent backgrounds are rendered with white backgrounds
MRE
Expected result
Something like this (sans sloppy paintjob)
Obtained result
The text was updated successfully, but these errors were encountered: