Common directive options:
commit92f80d27dbaa4d2896fc6693822edfe941105521
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)
treedb6c6f5ca035f70b4f20590c2b18ba6d5ccab5ac
parentabc612558a1aa320c6ba4f1f5ae16a332046c9ec
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: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
16 files changed:
HISTORY.txt
docutils/parsers/rst/directives/admonitions.py
docutils/parsers/rst/directives/body.py
docutils/parsers/rst/directives/misc.py
docutils/parsers/rst/directives/parts.py
docutils/parsers/rst/directives/tables.py
docutils/parsers/rst/states.py
test/functional/expected/math_output_html.html
test/functional/expected/math_output_latex.html
test/functional/expected/math_output_mathjax.html
test/functional/expected/math_output_mathml.xhtml
test/functional/expected/standalone_rst_latex.tex
test/functional/input/data/math.txt
test/test_parsers/test_rst/test_directives/test_admonitions.py
test/test_parsers/test_rst/test_directives/test_compound.py
test/test_parsers/test_rst/test_directives/test_parsed_literals.py