pub const ASCII_BORDERS_ONLY: &str = "||--+==+ ||--++++";
Expand description
Just like ASCII_FULL, but without vertical/horizontal middle lines.
+---------------+
| Hello there |
+===============+
| a b |
| |
| c d |
+---------------+