From 82637eae4528f97967870c3cd510b778d692b446 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/docs/10.1-animation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/10.1-animation.md b/docs/docs/10.1-animation.md index af78610a70..5b7ae13c86 100644 --- a/docs/docs/10.1-animation.md +++ b/docs/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} ...