Wanted to see about adding support for Pandoc flavored YAML front matter. That flavor allows use 3 dots (...) to ending a YAML front matter.
From YAML specs:
- Three dashes
--- is used to separate directives from document content. This also serves to signal the start of a document if no directives are present.
- Three dots
... indicate the end of a document without starting a new one, for use in communication channels
Wanted to see about adding support for Pandoc flavored YAML front matter. That flavor allows use 3 dots (
...) to ending a YAML front matter.From YAML specs:
---is used to separate directives from document content. This also serves to signal the start of a document if no directives are present....indicate the end of a document without starting a new one, for use in communication channels