minirst: update module docstring
authorMartin Geisler <mg@lazybytes.net>
Sat, 07 Nov 2009 03:22:03 +0100
changeset 9741 245689e7f869
parent 9740 2ebe679fec21
child 9742 0c84afa1d622
minirst: update module docstring
mercurial/minirst.py
--- a/mercurial/minirst.py	Sat Nov 07 03:16:23 2009 +0100
+++ b/mercurial/minirst.py	Sat Nov 07 03:22:03 2009 +0100
@@ -16,19 +16,23 @@
 
 It only supports a small subset of reStructuredText:
 
+- sections
+
 - paragraphs
 
-- definition lists (must use '  ' to indent definitions)
+- literal blocks
+
+- definition lists
 
-- lists (items must start with '-')
+- bullet lists (items must start with '-')
+
+- enumerated lists (no autonumbering)
 
 - field lists (colons cannot be escaped)
 
-- literal blocks
-
 - option lists (supports only long options without arguments)
 
-- inline markup is not recognized at all.
+- inline literals (no other inline markup is not recognized)
 """
 
 import re, sys, textwrap