diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-05-20 12:21:11 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-05-20 12:21:11 +0000 |
| commit | 21e407a86c8da106bb754e128036ed8c14ea9920 (patch) | |
| tree | e7a53b3bd410c9939a907844eb2741208abd5e5e /docutils/test/functional | |
| parent | f4dcad5704dc25dc4fbead0a911b0ed32bbc0e72 (diff) | |
| download | docutils-21e407a86c8da106bb754e128036ed8c14ea9920.tar.gz | |
MathML: auxiliary TeX parsing functions, cleanup.
New functions that help parsing a (La)TeX string.
Skip <mrow> inside <mstyle>.
Fix repr() of token elements.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8744 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/expected/math_output_mathml.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docutils/test/functional/expected/math_output_mathml.html b/docutils/test/functional/expected/math_output_mathml.html index 41d8aeb96..a11c0ab66 100644 --- a/docutils/test/functional/expected/math_output_mathml.html +++ b/docutils/test/functional/expected/math_output_mathml.html @@ -104,9 +104,7 @@ See <a class="reference internal" href="#eq-m">eq:M</a> and <a class="reference <mtr> <mtd> <mstyle mathvariant="bold"> - <mrow> - <mi>M</mi> - </mrow> + <mi>M</mi> </mstyle> <mo>=</mo> <mrow> @@ -140,9 +138,7 @@ See <a class="reference internal" href="#eq-m">eq:M</a> and <a class="reference <mrow> <mo stretchy="false">|</mo> <mstyle mathvariant="bold"> - <mrow> - <mi>M</mi> - </mrow> + <mi>M</mi> </mstyle> <mo stretchy="false">|</mo><mo>=</mo><mi>a</mi><mi>d</mi><mo>-</mo><mi>b</mi><mi>c</mi> </mrow> |
