$ cat testdata/sample8.md
# gtree
- Output treeπ³ or Make directories(files)π from Markdown or Programmatically.
- Provide CLI, Go Packages and Web.
## Web
* https://ddddddo.github.io/gtree/
* This page calls a function that outputs tree.
* This function is a Go package compiled as WebAssembly.
- You can change the branches like in the image below.
+ Also, once loaded, you can enjoy offline!
$ cat testdata/sample8.md | gtree output
gtree
βββ Output treeπ³ or Make directories(files)π from Markdown or Programmatically.
βββ Provide CLI, Go Packages and Web.
Web
βββ https://ddddddo.github.io/gtree/
βββ This page calls a function that outputs tree.
β βββ This function is a Go package compiled as WebAssembly.
βββ You can change the branches like in the image below.
βββ Also, once loaded, you can enjoy offline!
What's Changed
- Ci update by @ddddddO in #97
- Bump github.com/urfave/cli/v2 from 2.20.2 to 2.20.3 by @dependabot in #99
- fix by @ddddddO in #101
- Markdown parser by @ddddddO in #103
Full Changelog: v1.7.16...v1.7.17