Fix MathML rendering in Chrome/Chromium/Android.
commit06bdd62290c07f1ad7fdfa6d56bd6ff011f3ff7f
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Jan 2024 16:11:08 +0000 (15 16:11 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Jan 2024 16:11:08 +0000 (15 16:11 +0000)
treeeeae8187d65d301c22119142f9613579e802a20c
parent36130ca016c670f459f4d5c8586adbb4785fcdfd
Fix MathML rendering in Chrome/Chromium/Android.

Crome and descendents support "MathML Core" since 1 year.

Use Mathematical Alphanumeric Symbols instead of "mathvariant",
as the "mathvariant" attribute is only applicable with value
"normal" in MathML Core.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9516 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
.flake8
docutils/.flake8
docutils/docutils/utils/math/__init__.py
docutils/docutils/utils/math/latex2mathml.py
docutils/docutils/utils/math/mathalphabet2unichar.py [new file with mode: 0644]
docutils/test/functional/expected/math_output_mathml.html