I have the following YAML frontmatter in a file:
title: "Hello, World!"
time:
- epoch: 1487490654
- utcoffset: "UTC-0"
author: "Alex Jordan"
categories:
- example
Putting this YAML into a YAML validator returns "Error : A YAML file cannot contain tabs as indentation." It feels like gulp-gray-matter should probably throw in this situation instead of silently not adding the data in the frontmatter to the Vinyl file.
I have the following YAML frontmatter in a file:
Putting this YAML into a YAML validator returns "Error : A YAML file cannot contain tabs as indentation." It feels like gulp-gray-matter should probably throw in this situation instead of silently not adding the data in the frontmatter to the Vinyl file.