packages feed

typst-0.9: test/typ/meta/link-02.out

--- parse tree ---
[ Comment
, SoftBreak
, Url "https://[::1]:8080/"
, Space
, HardBreak
, Url "https://example.com/(paren)"
, Space
, HardBreak
, Url "https://example.com/#(((nested)))"
, Space
, HardBreak
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 link(body: [https://[::1]:8080/], 
                      dest: "https://[::1]:8080/"), 
                 text(body: [ ]), 
                 linebreak(), 
                 link(body: [https://example.com/(paren)], 
                      dest: "https://example.com/(paren)"), 
                 text(body: [ ]), 
                 linebreak(), 
                 link(body: [https://example.com/#(((nested)))], 
                      dest: "https://example.com/#(((nested)))"), 
                 text(body: [ ]), 
                 linebreak(), 
                 parbreak() })