pub const FRONT_MATTER_ERROR_MAX_LINES: usize = 20;
The error InvalidFrontMatterYaml prints the front matter section of the note file. This constant limits the number of text lines that are printed.
InvalidFrontMatterYaml