Versions in this module Expand all Collapse all v0 v0.0.4 Aug 3, 2025 Changes in this version + func RenderYAML(v any) (string, error) + func Wrap(v any) (string, error) v0.0.3 Jul 21, 2025 v0.0.2 Jul 20, 2025 Changes in this version + func ExtractFrontmatter(content []byte) ([]byte, []byte, error) + func Parse(content []byte) (map[string]interface{}, string, error) + func ParseFromFile(fs util.FileSystem, path string) (map[string]interface{}, string, error)