mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 03:38:30 +00:00
Update dependency
This commit is contained in:
@@ -42,7 +42,7 @@ impl MarkdownRenderer {
|
||||
let yaml = &after_first[..end];
|
||||
let body = &after_first[end + 4..];
|
||||
let fm: Frontmatter =
|
||||
serde_yml::from_str(yaml).context("Failed to parse frontmatter YAML")?;
|
||||
serde_yaml::from_str(yaml).context("Failed to parse frontmatter YAML")?;
|
||||
Ok((fm, body))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user