Add databake support

This commit is contained in:
Isaac Mills 2024-04-19 22:44:49 -04:00
parent 4266b9ea90
commit 56f00e1150
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -51,8 +51,8 @@ impl databake::Bake for Indent {
let modifier = self.modifier.bake(ctx); let modifier = self.modifier.bake(ctx);
databake::quote! { databake::quote! {
cosmic_jotdown::Indent { cosmic_jotdown::Indent {
indent: #indent indent: #indent,
modifier: #modifier modifier: #modifier,
} }
} }
} }