asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
436 stars 106 forks source link

plantuml: Update version request, unable to render tmorin/plantuml-libs #301

Closed Delorien84 closed 3 years ago

Delorien84 commented 3 years ago

I am trying to create diagram using https://github.com/tmorin/plantuml-libs. But it requires at least plantuml 1.2020.18. Current embeded version 1.2020.6 cannot render even simple diagram. Eg.

= Test

[plantuml]
--
@startuml
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
!includeurl $LIB_BASE_LOCATION/library.puml
include('styles/aws')
@enduml
--
pepijnve commented 3 years ago

This has been resolved by #312