Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit f1a71d9

Browse files
authored
list syntax updated (#45)
1 parent 807cb6d commit f1a71d9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

loop.ftd

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ lang: ftd
1414

1515
\-- string list people:
1616

17-
\-- people: Arpita
17+
\-- string: Arpita
1818

19-
\-- people: Asit
19+
\-- string: Asit
2020

21-
\-- people: Sourabh
21+
\-- string: Sourabh
22+
23+
\-- end: people
2224

2325
-- ft.markdown:
2426

@@ -68,6 +70,8 @@ lang: ftd
6870

6971
\-- ftd.column:
7072

71-
\--- foo: $obj.name
73+
\-- foo: $obj.name
7274
$loop$: $people as $obj
7375
body: $obj.bio
76+
77+
\-- end: ftd.column

0 commit comments

Comments
 (0)