diff --git a/drafting.typ b/drafting.typ index f48f298..4d44e43 100644 --- a/drafting.typ +++ b/drafting.typ @@ -395,8 +395,14 @@ level: 1, /// Spacing between outline elements -> relative row-gutter: 10pt, + /// Whether the outline heading should receive a number + number-heading: false, ) = context { - heading(level: level, title) + heading( + level: level, + numbering: if number-heading { none } else { heading.numbering }, + title, + ) let notes = query(selector().or()).map(note => { show: box // do not break entries across pages