Common directive options:
commitcf0d0565f23f984166288bbd839c7c4f44839ab9
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 6 Jul 2011 15:52:30 +0000 (6 15:52 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 6 Jul 2011 15:52:30 +0000 (6 15:52 +0000)
treeea00c4c2aedde2bfb7608da6a78436079d522dce
parent4658b42fbc77a8a85509a6fb5797b7918aed9fd5
Common directive options:

Add "name" and "class" options to admonition directives.

Directive content may start on the first line also when the directive
type accepts options.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
16 files changed:
docutils/HISTORY.txt
docutils/docutils/parsers/rst/directives/admonitions.py
docutils/docutils/parsers/rst/directives/body.py
docutils/docutils/parsers/rst/directives/misc.py
docutils/docutils/parsers/rst/directives/parts.py
docutils/docutils/parsers/rst/directives/tables.py
docutils/docutils/parsers/rst/states.py
docutils/test/functional/expected/math_output_html.html
docutils/test/functional/expected/math_output_latex.html
docutils/test/functional/expected/math_output_mathjax.html
docutils/test/functional/expected/math_output_mathml.xhtml
docutils/test/functional/expected/standalone_rst_latex.tex
docutils/test/functional/input/data/math.txt
docutils/test/test_parsers/test_rst/test_directives/test_admonitions.py
docutils/test/test_parsers/test_rst/test_directives/test_compound.py
docutils/test/test_parsers/test_rst/test_directives/test_parsed_literals.py