typst-0.9: test/typ/layout/list-marker-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/list-marker-01.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "list"))
[ KeyValArg
(Identifier "marker")
(Array
[ Reg (Block (Content [ EnDash ]))
, Reg (Block (Content [ Text "\8226" ]))
])
])
, SoftBreak
, BulletListItem
[ Text "A"
, SoftBreak
, BulletListItem
[ Text "B" , SoftBreak , BulletListItem [ Text "C" ] ]
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
list(children: ({ text(body: [A
]),
list(children: ({ text(body: [B
]),
list(children: (text(body: [C])),
marker: (text(body: [–]),
text(body: [•]))) }),
marker: (text(body: [–]),
text(body: [•]))) }),
marker: (text(body: [–]),
text(body: [•]))) })