You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newly introduced execpath with array input is a great way to manage plantuml jar for document generation. However currently we need to hardcode the path of plantuml jar as below :
My request is to enable dynamic path configuration, maybe using variable so the path can be configured somewhere else (i.e: in make file, environment variable..)
The newly introduced execpath with array input is a great way to manage plantuml jar for document generation. However currently we need to hardcode the path of plantuml jar as below :
My request is to enable dynamic path configuration, maybe using variable so the path can be configured somewhere else (i.e: in make file, environment variable..)
Maybe the configuration will look like this:
Or it can be passed in pandoc commandline:
Pandoc --metadata=diagram.engine.plantuml.execpath: '"java","-jar","$(TOOL_DIR)/plantuml.jar"'
The text was updated successfully, but these errors were encountered: