Skip to main content

max / quasi

648 B · 25 lines History Blame Raw
1 # Fixture copy for the `copy` production's test. Two entries, so the test can
2 # tell an unrolled loop from a loop that ran once.
3
4 [[rows]]
5 label = "First"
6 detail = "the one at the top"
7
8 [[rows]]
9 label = "Second"
10 detail = "the one under it"
11
12 # A brace in copy is a brace somebody typed, never a hole.
13 [[braced]]
14 label = "{not a hole}"
15
16 # A list field, which is words and iterated rather than written. `/use-cases`
17 # is the site: a card per profile, each ending in a list of features.
18 [[listed]]
19 title = "Musicians"
20 features = ["Lossless upload", "Chapters", "Cover art"]
21
22 [[listed]]
23 title = "Writers"
24 features = ["Markdown", "Scheduled publishing"]
25