We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14be2b2 commit 348126eCopy full SHA for 348126e
egui_commonmark_backend/src/misc.rs
@@ -45,7 +45,7 @@ impl<'f> std::fmt::Debug for CommonMarkOptions<'f> {
45
46
#[cfg(feature = "better_syntax_highlighting")]
47
s.field("theme_light", &self.theme_light)
48
- .field("theme_light", &self.theme_dark);
+ .field("theme_dark", &self.theme_dark);
49
50
s.field("use_explicit_uri_scheme", &self.use_explicit_uri_scheme)
51
.field(
0 commit comments