Add databake support
This commit is contained in:
parent
4266b9ea90
commit
56f00e1150
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ impl databake::Bake for Indent {
|
|||
let modifier = self.modifier.bake(ctx);
|
||||
databake::quote! {
|
||||
cosmic_jotdown::Indent {
|
||||
indent: #indent
|
||||
modifier: #modifier
|
||||
indent: #indent,
|
||||
modifier: #modifier,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue