first commit
This commit is contained in:
1
node_modules/dom-to-image-more/spec/resources/math/control-image
generated
vendored
Normal file
1
node_modules/dom-to-image-more/spec/resources/math/control-image
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
37
node_modules/dom-to-image-more/spec/resources/math/dom-node.html
generated
vendored
Normal file
37
node_modules/dom-to-image-more/spec/resources/math/dom-node.html
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<div>
|
||||
The infinite sum
|
||||
<math display="inline">
|
||||
<mrow>
|
||||
<munderover>
|
||||
<mo>∑</mo>
|
||||
<mrow>
|
||||
<mi>n</mi>
|
||||
<mo>=</mo>
|
||||
<mn>1</mn>
|
||||
</mrow>
|
||||
<mrow>
|
||||
<mo>+</mo>
|
||||
<mn>∞</mn>
|
||||
</mrow>
|
||||
</munderover>
|
||||
<mfrac>
|
||||
<mn>1</mn>
|
||||
<msup>
|
||||
<mi>n</mi>
|
||||
<mn>2</mn>
|
||||
</msup>
|
||||
</mfrac>
|
||||
</mrow>
|
||||
</math>
|
||||
<br />
|
||||
Is equal to the real number
|
||||
<math display="inline">
|
||||
<mfrac>
|
||||
<msup>
|
||||
<mi>π</mi>
|
||||
<mn>2</mn>
|
||||
</msup>
|
||||
<mn>6</mn>
|
||||
</mfrac>
|
||||
</math>
|
||||
</div>
|
||||
Reference in New Issue
Block a user