Deploying to gh-pages from @ harttle/liquidjs@2af297f81a 🚀

This commit is contained in:
harttle
2024-12-22 07:49:40 +00:00
parent f4fc756547
commit 205a0144b7
243 changed files with 1081 additions and 1075 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -60,7 +60,10 @@
/* global liquidjs, ace */
if (!location.pathname.match(/playground.html$/)) return;
updateVersion(liquidjs.version);
const engine = new liquidjs.Liquid();
const engine = new liquidjs.Liquid({
memoryLimit: 1e5,
renderLimit: 1e5
});
const editor = createEditor('editorEl', 'liquid');
const dataEditor = createEditor('dataEl', 'json');
const preview = createEditor('previewEl', 'html');