fixed frontmatter processing, added test

This commit is contained in:
Daniel Fichtinger 2025-02-08 00:11:28 -05:00
parent 4629200510
commit 0ecad9e96a
5 changed files with 102 additions and 4 deletions

View file

@ -47,4 +47,5 @@ func main() {
if err != nil {
fmt.Printf("Error: %s\n", err.Error())
}
fmt.Printf("%#v", pm)
}