experiments

All kinds of coding experiments
Log | Files | Refs | Submodules

commit a97c7c7d9c05cea1019348f45bf27dc49008df3e
parent f4f0b7b6447830881ce977a3815ffe585a28e0cd
Author: vh <vetle.haflan@gmail.com>
Date:   Fri,  3 May 2019 13:29:25 +0200

Add plantuml example (that will *not* work on Gitlab)

Diffstat:
Madoc/readme.adoc | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/adoc/readme.adoc b/adoc/readme.adoc @@ -6,3 +6,10 @@ This is a simple test of * li2 include::incs/test.adoc[] + + +[plantuml, format="svg", id="myDiagram", width="200px", target="figures/test-diagram"] +---- +Bob->Alice : hello +Alice -> Bob : Go Away +----