mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 22:22:37 +00:00
When a YAML/TOML's delimiter character sequence is included in a frontmatter string, parser mistakes it as a delimiter. This fixes it by checking a character right before the delimiter sequence is '\n' or it is the beginning of the frontmatter. Fix #1320