diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cheddar/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cheddar/src/main.rs b/tools/cheddar/src/main.rs index 168f491fc650..9f6d1a25db52 100644 --- a/tools/cheddar/src/main.rs +++ b/tools/cheddar/src/main.rs @@ -49,6 +49,7 @@ lazy_static! { options.extension.header_ids = Some(String::new()); // yyeeesss! options.extension.footnotes = true; options.extension.description_lists = true; + options.extension.front_matter_delimiter = Some("---".to_owned()); // Required for tagfilter options.render.unsafe_ = true; |