add deserialization defaults to engine.markdown
This commit is contained in:
parent
0fbbac6260
commit
d92bf1bbea
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ pub struct MarkdownRenderConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
|
#[serde(default)]
|
||||||
pub struct MarkdownConfig {
|
pub struct MarkdownConfig {
|
||||||
pub root: Box<Path>,
|
pub root: Box<Path>,
|
||||||
pub render: MarkdownRenderConfig,
|
pub render: MarkdownRenderConfig,
|
||||||
|
|
Loading…
Reference in a new issue