docs: add context json for playground default demo, #764

This commit is contained in:
Yang Jun
2024-10-25 21:30:00 +08:00
parent 09aca0d7b3
commit 28b14901d3
4 changed files with 41 additions and 28 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"people": [
"alice",
"bob",
"carol"
]
}
-2
View File
@@ -1,5 +1,3 @@
{% assign people = "alice, bob, carol" | split: ", " -%}
<ul>
{%- for person in people %}
<li>