mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
55 lines
529 B
Plaintext
55 lines
529 B
Plaintext
Various kinds of lists
|
|
======================
|
|
|
|
|
|
nested enumerated lists
|
|
-----------------------
|
|
|
|
#. one
|
|
|
|
#. two
|
|
|
|
#. two.1
|
|
#. two.2
|
|
|
|
#. three
|
|
|
|
|
|
enumerated lists with non-default start values
|
|
----------------------------------------------
|
|
|
|
0. zero
|
|
#. one
|
|
|
|
----------------------------------------
|
|
|
|
1. one
|
|
#. two
|
|
|
|
----------------------------------------
|
|
|
|
2. two
|
|
#. three
|
|
|
|
|
|
enumerated lists using letters
|
|
------------------------------
|
|
|
|
a. a
|
|
|
|
b. b
|
|
|
|
#. c
|
|
|
|
#. d
|
|
|
|
----------------------------------------
|
|
|
|
x. x
|
|
|
|
y. y
|
|
|
|
#. z
|
|
|
|
#. {
|