typst-0.9: test/typ/meta/link-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/meta/link-01.typ"
( line 2 , column 2 )
(Show
(Just (Ident (Identifier "link")))
(Ident (Identifier "underline")))
, SoftBreak
, Url "https://a.b.?q=%10#."
, Space
, HardBreak
, Text "Wahttp"
, Text ":"
, Comment
, SoftBreak
, Text "Nohttps"
, Text ":"
, Text "/"
, Text "/"
, Text "link"
, Space
, HardBreak
, Text "Nohttp"
, Text ":"
, Comment
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
underline(body: link(body: [https://a.b.?q=%10#.],
dest: "https://a.b.?q=%10#.")),
text(body: [ ]),
linebreak(),
text(body: [Wahttp:]),
text(body: [
Nohttps://link ]),
linebreak(),
text(body: [Nohttp:]),
parbreak() })