##// END OF EJS Templates
minirst: link to HelpStyleGuide in docstring
Martin Geisler -
r12958:8957c398 default
parent child Browse files
Show More
@@ -14,27 +14,8 b' It cheats in a major way: nested blocks '
14 14 are just indented blocks that look like they are nested. This relies
15 15 on the user to keep the right indentation for the blocks.
16 16
17 It only supports a small subset of reStructuredText:
18
19 - sections
20
21 - paragraphs
22
23 - literal blocks
24
25 - definition lists
26
27 - specific admonitions
28
29 - bullet lists (items must start with '-')
30
31 - enumerated lists (no autonumbering)
32
33 - field lists (colons cannot be escaped)
34
35 - option lists (supports only long options without arguments)
36
37 - inline literals (no other inline markup is not recognized)
17 Remember to update http://mercurial.selenic.com/wiki/HelpStyleGuide
18 when adding support for new constructs.
38 19 """
39 20
40 21 import re, sys
General Comments 0
You need to be logged in to leave comments. Login now