##// END OF EJS Templates
minirst: update module docstring
Martin Geisler -
r9741:245689e7 default
parent child Browse files
Show More
@@ -16,19 +16,23 b' on the user to keep the right indentatio'
16 16
17 17 It only supports a small subset of reStructuredText:
18 18
19 - sections
20
19 21 - paragraphs
20 22
21 - definition lists (must use ' ' to indent definitions)
23 - literal blocks
24
25 - definition lists
22 26
23 - lists (items must start with '-')
27 - bullet lists (items must start with '-')
28
29 - enumerated lists (no autonumbering)
24 30
25 31 - field lists (colons cannot be escaped)
26 32
27 - literal blocks
28
29 33 - option lists (supports only long options without arguments)
30 34
31 - inline markup is not recognized at all.
35 - inline literals (no other inline markup is not recognized)
32 36 """
33 37
34 38 import re, sys, textwrap
General Comments 0
You need to be logged in to leave comments. Login now