Skip to content

Commit da79a36

Browse files
chore: fix doctests
1 parent d865583 commit da79a36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/level.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl TryFrom<LogLevel> for u8 {
136136
/// specify log levels on the command line:
137137
///
138138
/// # Command-line examples:
139-
/// ```
139+
/// ```text
140140
/// # Using lowercase (default format)
141141
/// myapp --log-level debug
142142
///

src/strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub enum Color {
5555
/// Bright white color (ANSI code 97 - bg: 107)
5656
BrightWhite,
5757

58-
/// RGB color with 8-bit values for red, green, and blue components (https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b#256-colors)
58+
/// RGB color with 8-bit values for red, green, and blue components (![table](https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b#256-colors))
5959
ID(u8),
6060

6161
/// RGB color with 8-bit values for red, green, and blue components.

0 commit comments

Comments
 (0)