Show More
@@ -14,27 +14,8 b' It cheats in a major way: nested blocks ' | |||||
14 | are just indented blocks that look like they are nested. This relies |
|
14 | are just indented blocks that look like they are nested. This relies | |
15 | on the user to keep the right indentation for the blocks. |
|
15 | on the user to keep the right indentation for the blocks. | |
16 |
|
16 | |||
17 | It only supports a small subset of reStructuredText: |
|
17 | Remember to update http://mercurial.selenic.com/wiki/HelpStyleGuide | |
18 |
|
18 | when adding support for new constructs. | ||
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) |
|
|||
38 | """ |
|
19 | """ | |
39 |
|
20 | |||
40 | import re, sys |
|
21 | import re, sys |
General Comments 0
You need to be logged in to leave comments.
Login now