Many MarkDown applications use YAML for frontmatter. The current FEP frontmatter is technically YAML-compatible, but if some fields like authors were YAML lists (of name/value objects?), it would be easier to process the metadata. Currently, one needs to parse the comma-separated string into a list of name/email pairs.
2 Likes