diff --git a/spec/chip.typ b/spec/chip.typ index 6914aa1f6..84a575c92 100644 --- a/spec/chip.typ +++ b/spec/chip.typ @@ -90,7 +90,7 @@ table.header([*Label*], [*Type*], table.cell(colspan: 2, [*Description*])), table.hline(stroke: stroke(thickness: 2pt)), ..for (cat, vars) in chip.variables.pairs() { - (table.cell(colspan: 4, emph(cat)), table.hline(stroke: .6pt)) + (table.header(level:2, table.cell(colspan: 4, emph(cat))), table.hline(stroke: .6pt)) for var in vars { ( [#raw(var.name)],