Mercurial > hg
changeset 9741:245689e7f869
minirst: update module docstring
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 07 Nov 2009 03:22:03 +0100 |
parents | 2ebe679fec21 |
children | 0c84afa1d622 |
files | mercurial/minirst.py |
diffstat | 1 files changed, 9 insertions(+), 5 deletions(-) [+] |
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