mercurial/minirst.py
changeset 9741 245689e7f869
parent 9739 75cff8f12910
child 10063 a46478b80ea3
child 10263 25e572394f5c
--- 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