Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 12, 2024
1 parent 8c80253 commit 419f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const DEFAULT_THEME_LIGHT: &str = "base16-ocean.light";
const DEFAULT_THEME_DARK: &str = "base16-ocean.dark";

#[derive(Debug)]
struct CommonMarkOptions {
pub struct CommonMarkOptions {
indentation_spaces: usize,
max_image_width: Option<usize>,
show_alt_text_on_hover: bool,
Expand Down

0 comments on commit 419f93c

Please sign in to comment.