Versions in this module Expand all Collapse all v1 v1.0.0 Jun 12, 2026 Changes in this version + func FromFrontMatter(in []byte) (meta []byte, body []byte, err error) + func FromJSONVariant(src []byte) ([]byte, error) + func FromTOML(src []byte) ([]byte, error) + func FromYAML(src []byte) ([]byte, error) + type ParseError struct + Column int + Line int + Message string + func (e *ParseError) Error() string