1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/// A modifier, that when applied will convert the outer corners to round corners.
/// ```text
/// ╭───────┬───────╮
/// │ Hello │ there │
/// ╞═══════╪═══════╡
/// │ a     ┆ b     │
/// ├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
/// │ c     ┆ d     │
/// ╰───────┴───────╯
/// ```
pub const UTF8_ROUND_CORNERS: &str = "               ╭╮╰╯";