Open pnelson opened 3 months ago
Looks like YAML frontmatter is supported.
Site generators such as Hugo support TOML frontmatter with +++ fence, along with YAML (---) and JSON ({/}). https://gohugo.io/content-management/front-matter/
+++
---
{
}
Would be great if Marksman had a configuration option for open/close fence and language for the frontmatter.
Looks like YAML frontmatter is supported.
Site generators such as Hugo support TOML frontmatter with
+++
fence, along with YAML (---
) and JSON ({
/}
). https://gohugo.io/content-management/front-matter/Would be great if Marksman had a configuration option for open/close fence and language for the frontmatter.