mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
If the frontmatter is surrounded by YAML deliminators, then it is parsed as YAML. Otherwise it is parsed as MultiMarkdown meta-data and each value is returned as a joined string. Closes #1471.