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);
|
let modifier = self.modifier.bake(ctx);
|
||||||
databake::quote! {
|
databake::quote! {
|
||||||
cosmic_jotdown::Indent {
|
cosmic_jotdown::Indent {
|
||||||
indent: #indent
|
indent: #indent,
|
||||||
modifier: #modifier
|
modifier: #modifier,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue