We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3ebc9 commit c386171Copy full SHA for c386171
docs/kitchen-sink/lists.rst
@@ -26,6 +26,10 @@ Enumerated Lists
26
27
4. Four
28
29
+ c. c
30
+
31
+ d. d
32
33
C. C
34
35
D. D
@@ -34,6 +38,10 @@ Enumerated Lists
38
39
iv. iv
36
40
41
+ III. III
42
43
+ IV. IV
44
37
45
#. List items may also be auto-enumerated.
46
47
Definition Lists
src/furo/assets/styles/content/_lists.sass
@@ -19,6 +19,18 @@ ol
19
margin-top: 0.5rem
20
margin-bottom: 0.5rem
21
22
+ol
23
+ &.arabic
24
+ list-style: decimal
25
+ &.loweralpha
+ list-style: lower-alpha
+ &.upperalpha
+ list-style: upper-alpha
+ &.lowerroman
+ list-style: lower-roman
+ &.upperroman
+ list-style: upper-roman
// Don't space lists out when they're "simple" or in a `.. toctree::`
.simple,
.toctree-wrapper
0 commit comments