XHTML does not allow "math" directly in "pre". Wrap in "span".
commitae87c8cc14d493da0b259557c136063c8abc4c90
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 13 Apr 2015 18:59:13 +0000 (13 18:59 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 13 Apr 2015 18:59:13 +0000 (13 18:59 +0000)
tree680ecff368998c89a89797694fd0bbffb71740b0
parent35e3e04aa6c0ef61bc9bddadd39a1519d55bb233
XHTML does not allow "math" directly in "pre". Wrap in "span".

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7866 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docs/user/html.txt
docutils/writers/html_base/__init__.py
docutils/writers/xhtml11/__init__.py
test/functional/expected/math_output_mathml.xhtml
test/functional/expected/standalone_rst_xhtml11.xhtml
test/functional/tests/math_output_mathml.py