Pad literal-delimited rows into evenly sized plain-text columns.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Each CRLF/LF row is split on the literal delimiter, its cells are trimmed, and the largest UTF-16 length in each position sets that column width. Spaces pad left, right, or both sides before the output delimiter and selected surrounding gap are inserted.
Name|Age|City Alice|30|New York Bob|25|San Francisco
Name | Age | City Alice | 30 | New York Bob | 25 | San Francisco
Markdown pipe tables become readable in source, console reports gain monospaced columns, and two-column checklists align before plain-text sharing.