Function lt_ssg::content_processor::split_front_matter[][src]

pub(crate) fn split_front_matter(
    mixed_content: &str
) -> Result<(&str, &str), &str>
Expand description

Splits markdown content from toml frontmatter

Splits markdown content from toml frontmatter delimited by ‘+++’.

Returns (toml, markdown) if succesfull