Add MathML support for "aligned" environment, fix "align*" in Chrome.
commit36130ca016c670f459f4d5c8586adbb4785fcdfd
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Jan 2024 16:10:55 +0000 (15 16:10 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Jan 2024 16:10:55 +0000 (15 16:10 +0000)
tree5f58b0131a11fece82a0bf1a3fa5897001b98473
parentce2f29b6aa5245ce17b40166d6a08289d0fbc069
Add MathML support for "aligned" environment, fix "align*" in Chrome.

Use CSS rules instead of the deprecated "columnalign" attribute
to style <mtable> as "align*" or "aligned" environment.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9515 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/HISTORY.txt
docutils/docs/ref/rst/mathematics.txt
docutils/docutils/utils/math/latex2mathml.py
docutils/docutils/writers/html5_polyglot/minimal.css
docutils/docutils/writers/html5_polyglot/plain.css
docutils/docutils/writers/html5_polyglot/responsive.css
docutils/test/functional/expected/math_output_mathml.html