diff --git a/src/widgets/border.rs b/src/widgets/border.rs index ac087b1..6b7d02e 100644 --- a/src/widgets/border.rs +++ b/src/widgets/border.rs @@ -16,7 +16,7 @@ pub struct BorderLook { } impl BorderLook { - /// ``` + /// ```text /// +-------+ /// | Hello | /// +-------+ @@ -32,7 +32,7 @@ impl BorderLook { right: "|", }; - /// ``` + /// ```text /// ┌───────┐ /// │ Hello │ /// └───────┘ @@ -48,7 +48,7 @@ impl BorderLook { right: "│", }; - /// ``` + /// ```text /// ┏━━━━━━━┓ /// ┃ Hello ┃ /// ┗━━━━━━━┛ @@ -64,7 +64,7 @@ impl BorderLook { right: "┃", }; - /// ``` + /// ```text /// ╔═══════╗ /// ║ Hello ║ /// ╚═══════╝