[−][src]Constant comfy_table::presets::ASCII_BORDERS_ONLY
pub const ASCII_BORDERS_ONLY: &str = "||--+==+ ||--++++";
Just like ASCII_FULL, but without vertical/horizontal middle lines.
+---------------+
| Hello there |
+===============+
| a b |
| c d |
+---------------+