quantorconsulting / mkdocs_build_plantuml

MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
MIT License
57 stars 15 forks source link

allow using the !include <> syntax to include stdlib files #15

Closed vboulaye closed 2 years ago

vboulaye commented 2 years ago

fixes #14

I added a test to ignore the parsing of include files when they begin with a '<', to let those types of includes pass through the plantuml server.

I changed a bit the example doc to take this change into account.

And while testing this I think I found a separate problem: when generating the example, the src directory was recreated into the out directory. I tried to fix this too in a distinct commit, but I am not too sure what I did is correct, and it should probably be done in a distinct PR anyway. Can you let me know how you'd prefer to handle this (if what I did was ok...) ?