-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Not really an issue, more an information/feature request.
I have just began exploring the usage of mkdocs for a big documentation project, and one of the requirements is to be able to also generate a printable version of the docs.
I have used the plugin mkdocs-to-pdf to generate a PDF and i was now trying to use mkdocs-drawio for diagrams embedding.
It works as expected (and really, kudos!) on webpages, but the diagram do not get exported to the resulting PDF; I am not sure if it is supposed to work at all, or if I am doing any newbie mistake, so I thought I'd ask here.
FYI, my mkdocs.yml relevant section is:
plugins:
- search
- drawio
- to-pdf:
enabled_if_env: PDF
render_js: true
headless_chrome_path: google-chrome
Thank you!
Metadata
Metadata
Assignees
Labels
No labels