Fix markdown compilation when highlighter feature is disabled
This commit is contained in:
parent
d7563ee94a
commit
e594346544
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ impl Content {
|
|||
leftover: String::new(),
|
||||
references: self.state.references.clone(),
|
||||
images: HashSet::new(),
|
||||
#[cfg(feature = "highlighter")]
|
||||
highlighter: None,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue