How can I format an enum's numbering without overriding the numbering style?

Hi @SilverWolf,

as far as I know, it’s currently a bit tricky.

#set enum(
  full: true, 
  spacing: 1.5em,
  numbering: (..nums, last) => {
    text(
      fill: purple, 
      weight: "bold", 
      numbering(("1)","a)").at(nums.pos().len(), default: "I)"), last)
    )
  }
)


+ first
  + second
    + third 
+ fourth