packages feed

typst-0.11: test/typ/html/elem-00.typ

// Test html.elem and typed html elements.
#html.elem("section", attrs: (id: "intro"))[Hello]
#html.div(class: "container")[Some text]
#html.span[inline]
#html.br()
#html.img(src: "foo.png", alt: "Foo")