Open scbickle opened 5 years ago
Using library extensions with a label throws a syntax error if a label is used. The first example from the https://github.com/milo-minderbinder/AWS-PlantUML/README.MD fails. This example works in other PlantUML tools.
@startuml define AWSP https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist !includeurl AWSP/common.puml !includeurl AWSP/Storage/AmazonS3/AmazonS3.puml
AMAZONS3(s3_internal) AMAZONS3(s3_partner,"Vendor's S3") s3_internal <-- s3_partner
@enduml
This is the error message.
Note '!' is missing from front of 'define' in the example I gave.
Using library extensions with a label throws a syntax error if a label is used. The first example from the https://github.com/milo-minderbinder/AWS-PlantUML/README.MD fails. This example works in other PlantUML tools.
@startuml define AWSP https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist !includeurl AWSP/common.puml !includeurl AWSP/Storage/AmazonS3/AmazonS3.puml
AMAZONS3(s3_internal) AMAZONS3(s3_partner,"Vendor's S3") s3_internal <-- s3_partner
@enduml
This is the error message.