packages feed

typst-0.1.0.0: test/typ/compiler/label-00.typ

// Test labelled headings.
#show heading: set text(10pt)
#show heading.where(label: <intro>): underline

= Introduction <intro>
The beginning.

= Conclusion
The end.