# HG changeset patch # User Martin Geisler # Date 2009-11-07 02:22:03 # Node ID 245689e7f86959cfcd6e9bbdc5db27b5a92a52bc # Parent 2ebe679fec212d664e059c6bca7ff0b973a606a9 minirst: update module docstring diff --git a/mercurial/minirst.py b/mercurial/minirst.py --- a/mercurial/minirst.py +++ b/mercurial/minirst.py @@ -16,19 +16,23 @@ on the user to keep the right indentatio 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