aboutsummaryrefslogtreecommitdiff
path: root/mling/src/display.rs
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-08 16:13:26 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-08 16:13:26 +0800
commit53a53af0c74bbfdcefce5d0dec934d714030cf58 (patch)
treeeb78a5646ef5125c76547b5cd5dd68987625a4e3 /mling/src/display.rs
parent991218088e4253468ea3647814ab2ff7f5294845 (diff)
Align color table columns in doc comment
Diffstat (limited to 'mling/src/display.rs')
-rw-r--r--mling/src/display.rs42
1 files changed, 21 insertions, 21 deletions
diff --git a/mling/src/display.rs b/mling/src/display.rs
index f664203..313a054 100644
--- a/mling/src/display.rs
+++ b/mling/src/display.rs
@@ -34,28 +34,28 @@ impl Markdown for String {
/// Color tags support the following color names:
/// Color tags support the following color names:
///
-/// | Type | Color Names |
-/// |-----------------------|-----------------------------------------------------------------------------|
-/// | Standard colors | `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `white` |
-/// | Bright colors | `bright_black` |
-/// | | `bright_red` |
-/// | | `bright_green` |
-/// | | `bright_yellow` |
-/// | | `bright_blue` |
-/// | | `bright_magenta` |
-/// | | `bright_cyan` |
-/// | | `bright_white` |
+/// | Type | Color Names |
+/// |-------------------------|-----------------------------------------------------------------------------|
+/// | Standard colors | `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `white` |
+/// | Bright colors | `bright_black` |
+/// | | `bright_red` |
+/// | | `bright_green` |
+/// | | `bright_yellow` |
+/// | | `bright_blue` |
+/// | | `bright_magenta` |
+/// | | `bright_cyan` |
+/// | | `bright_white` |
/// | Bright color shorthands | `b_black` |
-/// | | `b_red` |
-/// | | `b_green` |
-/// | | `b_yellow` |
-/// | | `b_blue` |
-/// | | `b_magenta` |
-/// | | `b_cyan` |
-/// | | `b_white` |
-/// | Gray colors | `gray`/`grey` |
-/// | | `bright_gray`/`bright_grey` |
-/// | | `b_gray`/`b_grey` |
+/// | | `b_red` |
+/// | | `b_green` |
+/// | | `b_yellow` |
+/// | | `b_blue` |
+/// | | `b_magenta` |
+/// | | `b_cyan` |
+/// | | `b_white` |
+/// | Gray colors | `gray`/`grey` |
+/// | | `bright_gray`/`bright_grey` |
+/// | | `b_gray`/`b_grey` |
///
/// Color tags can be nested, `[[/]]` will close the most recently opened color tag.
///