| Attribute Data Type: | string |
| Attribute Default Value: | |
| Atrribute Group: | HTML |
| Atrribute Purpose: | HTML export mark-up |
| Attribute Inherited from Preferences? | No |
| Attribute Read-Only? | No |
HTML ordered lists may be created by beginning new paragraphs with the '#' symbol. Ordered and regular (unordered) quick lists should not be mixed.
Default value is <ol>. The closing tag is set via HTMLOrderedListEnd. Changing this to the syntax <ol type="a"> lets you alter the list item's 'bullet' type. The allowed values of type are:
-
A- capital letters: A, B, C, D, etc. -
a- lower case letters: a, b, c, d, etc. -
I- Capital Roman numerals: I, II, III, IV, etc. -
i- Lower case roman numerals: i, ii, iii, iv, etc. -
1- Arabic numerals: 1, 2, 3, 4, etc.
If the HTMLListItemStart and HTMLListItemEnd attributes are empty, all quick lists — as defined by lines starting with an * or a # — are disabled.
