orzih / mkdocs-with-pdf

Generate a single PDF file from MkDocs repository.
MIT License
324 stars 76 forks source link

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

Open dicadev opened 8 months ago

dicadev commented 8 months ago

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 8 months ago

same issue here