diff --git a/content/content/front-matter.md b/content/content/front-matter.md index 017fa98c7..e61a48f55 100644 --- a/content/content/front-matter.md +++ b/content/content/front-matter.md @@ -21,7 +21,7 @@ Supported formats: * **[TOML][]**, identified by '`+++`'. * **[YAML][]**, identified by '`---`'. - * **[JSON][]**, a single JSON object which is surrounded by '`{`' and '`}`', each on their own line. + * **[JSON][]**, a single JSON object which is surrounded by '`{`' and '`}`', followed by a newline. [TOML]: https://github.com/toml-lang/toml "Tom's Obvious, Minimal Language" [YAML]: http://www.yaml.org/ "YAML Ain't Markup Language"