Attribute Data Type:
Attribute Default Value:
Attribute Group:
Attribute Purpose:
Attribute Inherited from Preferences?
Attribute Read-Only?
Attribute Intrinsic?
Attribute First Added:
Attribute Altered:
string [other string-type attributes]
<ol>
HTML [other HTML Group attributes]
HTML export mark-up
No
No
No
Already in v5.0.0
Opening tag markup for ordered list generated by quick lists.
HTML ordered lists may be created by beginning new paragraphs with the '#' symbol. Ordered and regular (unordered) quick lists should not be mixed.
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.