Return proper theme in markdown example

This commit is contained in:
Héctor Ramón Jiménez 2024-07-18 15:14:54 +02:00
parent 06dc507beb
commit 06acb740fb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -68,6 +68,6 @@ impl Markdown {
}
fn theme(&self) -> Theme {
Theme::TokyoNight
self.theme.clone()
}
}