AsciiTree

Permite añadir una estructura de arbol a nuestro libro

{% asciitree %}
app
-main.js
-helper.js
-others
--Brocfile.js
package.json
{% endasciitree %}

Cada subnivel se añade con -

Este ejemplo daría el siguiente resultado:

├── app
|   ├── main.js
|   ├── helper.js
|   └── others
|       └── Brocfile.js
└── package.json

results matching ""

    No results matching ""