Hi all. Noob using Sublime Text 3 here.
I need to write a structure like the following:
├── posts
│ └── helloworld.html
├── .gitignore
├── 404.html
├── about.html
└── index.html
However, I may not find the option to include box-drawing characters, like └── and ├── . So, how may I insert this kind of character?