tree_example.md (254B)
1 _Tree structures_ should be supported, so the following figure has to be 2 supported: 3 4 ``` 5 home 6 | 7 | 8 +--- camera 9 | 10 +--- downloads 11 | | 12 | +--------- 1234.pdf 13 | | 14 | +--------- 4321.pdf 15 | | 16 | | 17 | | 18 | | 19 | | 20 | | 21 | | 22 23 ``` 24 25 26 27 28 29 30 31