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

!include <> extensions from plantuml-stlib does not work #14

Closed vboulaye closed 2 years ago

vboulaye commented 2 years ago

Hi,

I wanted to use this plugin with puml files that use the C4 extensions from the plantuml stdlib (they are now embedded in plantuml).

I tried to use the !include <C4/C4_Component> syntax but it fails because the plugin tries to load `<C4/C4_Component>' as a file instead of letting it pass through to the server (like what is already done with the include is an url).

I'll prepare a pull request for this problem