orzih/mkdocs-with-pdf

Is it possible to render the PDF with specific theme images?

dicadev opened this issue · 1 comments

I'm using different images for the light and dark themes.
It means I have almost all the images duplicated and both are appearing in the PDF.
Could I decide which one is included?

This is an example of the way I'm placing the images in the project:

![Image](image.png#only-light)
![Image Dark](image-dark.png#only-dark)

pbk0 commented

same issue here