5 lines
96 B
Typst
5 lines
96 B
Typst
#let section_base_item_heading_role(role: "") = text(
|
|
weight: "light",
|
|
size: .9em,
|
|
role
|
|
)
|