File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ impl Default for Set {
25
25
/// │xxxxx│
26
26
/// │xxxxx│
27
27
/// └─────┘
28
+ /// ```
28
29
pub const PLAIN : Set = Set {
29
30
top_left : line:: NORMAL . top_left ,
30
31
top_right : line:: NORMAL . top_right ,
@@ -43,6 +44,7 @@ pub const PLAIN: Set = Set {
43
44
/// │xxxxx│
44
45
/// │xxxxx│
45
46
/// ╰─────╯
47
+ /// ```
46
48
pub const ROUNDED : Set = Set {
47
49
top_left : line:: ROUNDED . top_left ,
48
50
top_right : line:: ROUNDED . top_right ,
@@ -61,6 +63,7 @@ pub const ROUNDED: Set = Set {
61
63
/// ║xxxxx║
62
64
/// ║xxxxx║
63
65
/// ╚═════╝
66
+ /// ```
64
67
pub const DOUBLE : Set = Set {
65
68
top_left : line:: DOUBLE . top_left ,
66
69
top_right : line:: DOUBLE . top_right ,
@@ -79,6 +82,7 @@ pub const DOUBLE: Set = Set {
79
82
/// ┃xxxxx┃
80
83
/// ┃xxxxx┃
81
84
/// ┗━━━━━┛
85
+ /// ```
82
86
pub const THICK : Set = Set {
83
87
top_left : line:: THICK . top_left ,
84
88
top_right : line:: THICK . top_right ,
@@ -242,6 +246,7 @@ pub const PROPORTIONAL_TALL: Set = Set {
242
246
/// █xx█
243
247
/// █xx█
244
248
/// ████
249
+ /// ```
245
250
pub const FULL : Set = Set {
246
251
top_left : block:: FULL ,
247
252
top_right : block:: FULL ,
You can’t perform that action at this time.
0 commit comments