From 9d9c0c1ca747ea3b92b2ca59457de5818bf321c5 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Sun, 8 Nov 2020 12:18:37 +0800 Subject: [PATCH] docs: update the UMD url and jsFiddle demo, see #264 --- docs/source/tutorials/setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/tutorials/setup.md b/docs/source/tutorials/setup.md index ae5e35aed..4568d1a94 100644 --- a/docs/source/tutorials/setup.md +++ b/docs/source/tutorials/setup.md @@ -42,12 +42,12 @@ Pre-built UMD bundles are also available: ```html - + - + ``` -{% note info Working Demo %} Here's a living demo on jsFiddle: jsfiddle.net/x43eb0z6, and the source code is also available in liquidjs/demo/browser/.{% endnote %} +{% note info Working Demo %} Here's a living demo on jsFiddle: jsfiddle.net/pd4jhzLs/1/, and the source code is also available in liquidjs/demo/browser/.{% endnote %} {% note warn Compatibility %} You may need a Promise polyfill for legacy browsers like IE and Android UC, see caniuse statistics. {% endnote %} @@ -69,4 +69,4 @@ echo 'Hello, {{ name }}.' | npx liquidjs '{"name": "Snake"}' A ReactJS demo is also added by [@stevenanthonyrevo](https://github.com/stevenanthonyrevo), see [liquidjs/demo/reactjs/](https://github.com/harttle/liquidjs/blob/master/demo/reactjs/). -[intro]: ./intro-to-liquid.html \ No newline at end of file +[intro]: ./intro-to-liquid.html