pub const FM_IN_BODY: &str = "FM_IN_BODY";Expand description
the body of a content file opens with a second --- frontmatter block
(typically an imported source file’s own frontmatter embedded verbatim
as the body). Warning: the file still parses because the real
frontmatter is valid, but the leftover block is body text, not fields.