From 757a05297ea08873908d09cbb8ba033e8a748d4f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 14 Sep 2018 08:33:05 +0900 Subject: [PATCH] Fix rendering of yaml example in index.md One yaml example is not rendered with yaml syntax highlighting because the `yaml` type is misspelled as `yamll`. Change-Id: I9e2a5c2456013884ae121f8bea82ccc16ebc5ee0 --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 999e9fc..6893065 100644 --- a/index.md +++ b/index.md @@ -239,7 +239,7 @@ The YAML syntax depends on exact spacing, so make sure you follow the pattern sh Each level must have at least one topic before the next level starts. You can't have a second level that contains multiple third levels without having at least one standalone topic in the second level. If you need a hierarchy that has a folder that contains other folders and no loose topics, use a blank `-` item like this: -```yamll +```yaml entries: - title: sidebar product: Jekyll Doc Theme