1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
First list:
R1 #1
R2 #2
R3 #3
Specify the indent explicitly so that all the items line up nicely.
Different list formatting characters, following what v1 supports:
style="format %i":
i. first item
ii. second item
iii. third item
iv. fourth item
v. 5:th item
vi. 6:th item
vii. 7:th item
viii. 8:th item
ix. 9:th item
x. 10:th item
xi. 11:th item
xii. 12:th item
xiii. 13:th item
xiv. 14:th item
style="format (%d)":
(1) first item
(2) second item
(3) third item
style="format %c)":
a) first item
b) second item
c) third item
style="format %C.":
A. first item
B. second item
C. third item
style="format %d.":
1. first item
2. second item
3. third item
A separate line
A. first sub-item
B. second sub-item
C. third sub-item
|