about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cheddar/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cheddar/src/main.rs b/tools/cheddar/src/main.rs
index 168f491fc6..9f6d1a25db 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;