-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ditaa diagram options are not working #1803
Comments
PlantUML embeds ditaa so the following syntax is recognized only by PlantUML:
When using the ditaa endpoint in Kroki, you should pass diagram options as described in the documentation:
It seems that the scale option does not work properly. I get the following error:
|
I've deployed a fix and now scale is working:
Since we have a dedicated endpoint for Ditaa (and a consistent way of defining diagram options) I don't know if we should also support the PlantUML syntax... @gladykov What do you think? |
I have no strong opinion here. Just encountered this situation while browsing examples and experimenting with Kroki. |
According to this #1279 , diagram options should work.
But when using examples from here:
https://plantuml.com/ditaa
example:
Renders as:
in https://kroki.io/#try
The text was updated successfully, but these errors were encountered: