docs: fix some typos for the website demos

This commit is contained in:
harttle
2019-10-20 22:57:28 +08:00
parent b02a227a81
commit ab8db5394b
83 changed files with 555 additions and 555 deletions
+3 -3
View File
@@ -131,7 +131,7 @@
url: 'https://shopify.github.io/liquid/tags/iteration/'
}, {
title: 'tablerow tag',
code: 'table>\n {% tablerow val in (10..20) cols:3 %}\n {{ val }}\n {% endtablerow %}\n</table>',
code: '<table>\n {% tablerow val in (10..20) cols:3 %}\n {{ val }}\n {% endtablerow %}\n</table>',
url: 'https://shopify.github.io/liquid/tags/iteration/'
}, {
title: 'capture tag',
@@ -151,7 +151,7 @@
url: 'https://help.shopify.com/themes/liquid/tags/theme-tags#raw'
}, {
title: 'comment tag',
code: '<p>This line is before comment</p>\n\n{% comment %}This line will never show.{% endcomment %}\n\n<p>This line is after comment</p>\n\n{{ "https',
code: '<p>This line is before comment</p>\n\n{% comment %}This line will never show.{% endcomment %}\n\n<p>This line is after comment</p>',
url: 'https://help.shopify.com/themes/liquid/tags/theme-tags#comment'
}, {
title: 'include tag',
@@ -159,7 +159,7 @@
url: 'https://help.shopify.com/themes/liquid/tags/theme-tags#include'
}, {
title: 'layout tag',
code: '{% layout "page.liquid" %}\n \n{% block "content" %}\n <p>This is the content block.</p>\n{% endblock %}\n\n{{ "https',
code: '{% layout "page.liquid" %}\n \n{% block "content" %}\n <p>This is the content block.</p>\n{% endblock %}',
url: 'https://help.shopify.com/en/themes/liquid/tags/theme-tags#layout'
}, {
title: 'abs filter',