Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 430 Bytes

File metadata and controls

20 lines (17 loc) · 430 Bytes

ASCII Style Boxes (Before)

Classic ASCII art with misaligned content lines.

+------------------------+
| Database Connection   |
| Host: localhost       |
| Port: 5432|
+------------------------+
        |
        v
+------------------------+
| Connection Pool|
| Max: 10       |
| Timeout: 30s  |
+------------------------+

Content lines vary in length. Run boxfix to align them to the 26-character boundary.