typst-0.9: test/typ/layout/list-marker-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/list-marker-03.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "list"))
[ KeyValArg (Identifier "marker") (Block (Content [ Text "-" ])) ])
, SoftBreak
, BulletListItem
[ Text "Bare" , Space , Text "hyphen" , Space , Text "is" ]
, SoftBreak
, BulletListItem
[ Text "a" , Space , Text "bad" , Space , Text "marker" ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
list(children: (text(body: [Bare hyphen is]),
text(body: [a bad marker])),
marker: text(body: [-])) })