- Which box-drawing characters does it use?
- Unicode box-drawing characters (U+2500 range): ┌ ─ ┐ │ └ ┘. Three styles: single-line, double-line (╔═╗), and rounded corners (╭─╮).
- Will the box render correctly in my terminal?
- Any modern terminal with UTF-8 support. For Windows cmd.exe on older versions, ensure the code page is set to UTF-8 (chcp 65001) first.
- Can I use it in Markdown?
- Yes, inside a code fence. Outside code fences, the pipe character | may get interpreted as a table separator — keep them in ``` blocks.
- What's the longest width it supports?
- No hard limit, but 80 columns is the universally readable width for READMEs and terminal output. Wide boxes break formatting on narrow screens.