readme.adoc (224B)
1 = Asciidoc Test 2 3 This is a simple test of 4 5 * li1 6 * li2 7 8 include::incs/test.adoc[] 9 10 11 [plantuml, format="svg", id="myDiagram", width="200px", target="figures/test-diagram"] 12 ---- 13 Bob->Alice : hello 14 Alice -> Bob : Go Away 15 ----