In the Pro version of Quick Index you can set the List Style that Ordered Indexes should use. You can set the default behavior in the Plugin Settings, or individually override the setting in the {index} tag.

The default is normal numbering. But you can choose any of these:

{index ordered-style="numbers"} or {index ordered-style="1"}

{index ordered-style="letters"} or {index ordered-style="A"}

{index ordered-style="letters_lowercase"} or {index ordered-style="a"}

{index ordered-style="roman"} or {index ordered-style="I"}

{index ordered-style="roman_lowercase"} or {index ordered-style="i"}

Individual Level Style PRO

You can also set a different List Style for each individual level in an Ordered List. You can specify this both in the Default Settings and in the {index} tag, for example by using ordered-style-2 for Level 2, ordered-style-3 for Level 3, and so on.

{index ordered-style-1="numbers" ordered-style-2="letters" ordered-style-3="roman"}

You can also accomplish the same result with a simpler tag that includes all Levels styles in a single attribute, by simply listing the styles in order inside ordered-style:

{index ordered-style="numbers,letters,roman"}