Skip to main content

write

Function write 

Source
pub fn write(
    front_matter: Option<&FrontMatter>,
    body: &str,
) -> Result<String, CoreError>
Expand description

Serialize front matter and body back into a markdown document with YAML front matter.

If front_matter is None, the body is returned as-is.