Mercurial > public > mercurial-scm > hg-stable
diff mercurial/minirst.py @ 9741:245689e7f869
minirst: update module docstring
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 07 Nov 2009 03:22:03 +0100 |
parents | 75cff8f12910 |
children | a46478b80ea3 25e572394f5c |
line wrap: on
line diff
--- 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