diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-25 03:02:32 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-25 03:02:32 +0000 |
| commit | cb674cd3624c14ad172b87f85b7232957d9804e7 (patch) | |
| tree | 31960cf991b16852365d8f77b7d5b727fa1d0580 /docutils/docs/ref | |
| parent | f7bed0f009d0482a2eb947ba89146898f77b20d1 (diff) | |
| download | docutils-cb674cd3624c14ad172b87f85b7232957d9804e7.tar.gz | |
added auto-enumerated list items
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/restructuredtext.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt index 4a98a45f9..4ed975144 100644 --- a/docutils/docs/ref/rst/restructuredtext.txt +++ b/docutils/docs/ref/rst/restructuredtext.txt @@ -670,6 +670,11 @@ The following enumeration sequences are recognized: - uppercase Roman numerals: I, II, III, IV, ..., MMMMCMXCIX (4999). - lowercase Roman numerals: i, ii, iii, iv, ..., mmmmcmxcix (4999). +In addition, the auto-enumerator, "#", may be used to automatically +enumerate a list. Auto-enumerated lists may begin with explicit +enumeration, which sets the sequence. Fully auto-enumerated lists use +arabic numerals and begin with 1. + The following formatting types are recognized: - suffixed with a period: "1.", "A.", "a.", "I.", "i.". |
