Number Styles

Tiki has support for styleing numbers in diffrent formats. Many of the CSS attribute list-style-type values are supported along with a few that are specific to Tiki. At the time of writing, it is only safe to use positive whole numbers, although some may work with zero or negative values.

If disc, circle, square or none are used, the nubmer will be ignored and the selction will be displayed instead. None may allow some features to be disabled.

The supported values are as follows:

  • decimal-leading-zero
  • lower-alpha
  • upper-alpha
  • lower-greek
  • upper-greek
  • lower-roman
  • upper-roman
  • hebrew
  • georgian
  • footnote
  • disc
  • circle
  • square
  • none