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
No image being rendered for pantuml diagram below. Is it possible to specify the location of the pantuml.jar to use? Alternatively it seems that it might be possible to update the version of
asciidoctor-diagram?
It seems like the current version is name="org.asciidoctor:asciidoctorj-diagram:1.5.0"
And the latest version is 1.5.19.
[plantuml,'This is a header',png]
----
@startgantt
[Task1] lasts 10 days
then [Task2] lasts 4 days
-- Phase Two --
then [Task3] lasts 5 days
then [Task4] lasts 6 days
@endgantt
----
This does work fine:
[plantuml,'Helloworld',png]
----
@startuml
Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request Alice <-- Bob: another Response
@enduml
----
AsciiDoc Plugin Version: 0.29.10
IDE Name and Version: Pycharm 2019.2 (prof edition) build #PY-192.5728.105)
The text was updated successfully, but these errors were encountered:
The second parameter is actually the file name and not a header. I found that the current plugin version doesn't handle blanks in file names for previews of images.
The following diagram works for me:
[plantuml,'diagram',png]
----
@startgantt
[Task1] lasts 10 days
then [Task2] lasts 4 days
-- Phase Two --
then [Task3] lasts 5 days
then [Task4] lasts 6 days
@endgantt
----
Please note that all file names need to be unique within your document so that one diagram doesn't overwrite another.
The plugin include AsciidoctorJ-Diagram 1.5.18, the latest version available of AsciidoctorJ-Diagram. This in turn include the Apache-licensed PlantUML library. To show the version of the bundled PlantUML library, please use:
[plantuml,info,png]
----
@startuml
version
@enduml
----
This states 1.2019.06 for the latest (preview) release of the plugin.
No image being rendered for pantuml diagram below. Is it possible to specify the location of the pantuml.jar to use? Alternatively it seems that it might be possible to update the version of
asciidoctor-diagram?
It seems like the current version is name="org.asciidoctor:asciidoctorj-diagram:1.5.0"
And the latest version is 1.5.19.
https://github.com/asciidoctor/asciidoctor-diagram/blob/master/CHANGELOG.adoc
http://plantuml.com/changes
See more examples: http://plantuml.com/gantt-diagram
This does not work:
This does work fine:
AsciiDoc Plugin Version: 0.29.10
IDE Name and Version: Pycharm 2019.2 (prof edition) build #PY-192.5728.105)
The text was updated successfully, but these errors were encountered: