From 55887194cdd25ffa83e02912560e021949911a66 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Thu, 3 Nov 2016 10:00:35 +0100 Subject: [PATCH] Fix HTML rendering Previously the YAML example would contains the string 'yaml' at the top of the file. Very confusing for newcomers. --- docs/_docs/datafiles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index d61c1bfa..daf5e4b1 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -125,6 +125,7 @@ file name: Pages and posts can also access a specific data item. The example below shows how to access a specific item: `_data/people.yml`: + ```yaml dave: name: David Smith