Fix markdown compilation when highlighter feature is disabled

This commit is contained in:
Héctor Ramón Jiménez 2025-02-18 04:42:14 +01:00
parent d7563ee94a
commit e594346544
No known key found for this signature in database
GPG key ID: 4C07CEC81AFA161F

View file

@ -142,6 +142,7 @@ impl Content {
leftover: String::new(),
references: self.state.references.clone(),
images: HashSet::new(),
#[cfg(feature = "highlighter")]
highlighter: None,
};