Diagram within diagram?

0 votes
asked Aug 13, 2017 in Wanted features by brettblue (180 points)
Is there a way to get this to work, to embed a diagram png image within another diagram?

<img:http://www.plantuml.com/plantuml/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000>

1 Answer

0 votes
answered Jan 26, 2018 by Anthony-Gaudino (5,720 points)
You can embed images, see http://plantuml.com/creole
commented Feb 4, 2018 by brettblue
Thank you. I tested just now and realized this can be done by simply adding a .png to the end of the diagram URL, such as:

 <img:http://www.plantuml.com/plantuml/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000.png>
...