asc2svg

asc2svg was intended to be an ASCII diagrams to SVG, like `ditaa` and Svgbob
Log | Files | Refs

commit def3f0ad6e5dca7a9f7acc2aee801f4e3d122567
parent ba1668ca5586ba1785514ea5bfb147a29955082f
Author: bkopf <vetlehaf@stud.ntnu.no>
Date:   Mon, 26 Nov 2018 20:33:08 +0100

Add example of *tree* figure, which should be supported

Diffstat:
Atree_example.md | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/tree_example.md b/tree_example.md @@ -0,0 +1,31 @@ +_Tree structures_ should be supported, so the following figure has to be +supported: + +``` +home +| +| ++--- camera +| ++--- downloads +| | +| +--------- 1234.pdf +| | +| +--------- 4321.pdf +| | +| | +| | +| | +| | +| | +| | + +``` + + + + + + + +