Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

[HACKTOBERFEST] Add MathML #35

Open
kboshold opened this issue Oct 5, 2021 · 0 comments
Open

[HACKTOBERFEST] Add MathML #35

kboshold opened this issue Oct 5, 2021 · 0 comments
Assignees

Comments

@kboshold
Copy link
Contributor

kboshold commented Oct 5, 2021

It should be possible to print mathml. When rendering the following HTML:

<div>
	<math xmlns="http://www.w3.org/1998/Math/MathML">
		<mn>7</mn>
		<mfrac>
			<mrow>
				<mi>x</mi>
				<mo>+</mo>
				<mi>y</mi>
			</mrow>
			<mrow>
				<mo>π</mo>
				<mn> </mn>
				<mo>*</mo>
				<mn>4</mn>
				<mn>2</mn>
				<mn> </mn>
			</mrow>
		</mfrac>
	</math>
</div>

the following formula should be rendered into the document:

image

This should, of course, also be included in the tests.

@kboshold kboshold self-assigned this Oct 5, 2021
@kboshold kboshold added the enhancement New feature or request label Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant