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

[HACKTOBERFEST] Add MathML #35

@kboshold

Description

@kboshold

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions