From 9e2bfb0df0eeb36160afad2b529d81792e0dc2c0 Mon Sep 17 00:00:00 2001 From: iamchenxin Date: Thu, 24 Sep 2015 23:46:22 +0800 Subject: [PATCH] Fix syntac error Split {{ in example code to avoid an Exception in jekyll. > Liquid Exception: Variable '{{' was not properly terminated with regexp: /\}\}/ in docs/10.1-animation.md --- docs/10.1-animation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/10.1-animation.md b/docs/10.1-animation.md index af78610a..5b7ae13c 100644 --- a/docs/10.1-animation.md +++ b/docs/10.1-animation.md @@ -122,23 +122,23 @@ It is also possible to use custom class names for each of the steps in your tran ```javascript ... + } }> {item} + } }> {item2} ...