Constant comfy_table::presets::UTF8_FULL_CONDENSED
source · pub const UTF8_FULL_CONDENSED: &str = "││──╞═╪╡┆ ┬┴┌┐└┘";
Expand description
Default UTF8 style, but without dividers between rows.
┌───────┬───────┐
│ Hello ┆ there │
╞═══════╪═══════╡
│ a ┆ b │
│ c ┆ d │
└───────┴───────┘