A typst library for formatting enumerated lists. See demo.pdf for an example.
Import the package.
#import "@local/format-enum:0.1.0": *
Use one of the following for format an enum
#show: format_enum_word
#show: format_enum_unicode.with(color: red.darken(45%))
#show: format_enum_diamonds.with(color: red.darken(45%))
#show: format_enum_floral_hearts.with(color: red.darken(45%))