summaryrefslogtreecommitdiffstats
path: root/widget/src/markdown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/markdown.rs')
-rw-r--r--widget/src/markdown.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/src/markdown.rs b/widget/src/markdown.rs
index b69c663e..7e7ae4b1 100644
--- a/widget/src/markdown.rs
+++ b/widget/src/markdown.rs
@@ -142,6 +142,7 @@ impl Content {
leftover: String::new(),
references: self.state.references.clone(),
images: HashSet::new(),
+ #[cfg(feature = "highlighter")]
highlighter: None,
};