@@ -1,4 +0,0 @@
-<div id="math-type-editor">
- <h2>MathType demo</h2>
- <p>Select the square root or the C symbol from a toolbar to insert the MathType equation.</p>
-</div>
@@ -0,0 +1,5 @@
+<div id="mathtype-editor">
+ <p>In elementary algebra, the <strong>quadratic formula</strong> is the solution of the quadratic equation.</p>
+
+ <p><math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>=</mo><mfrac><mrow><mo>-</mo><mi>b</mi><mo>±</mo><msqrt><msup><mi>b</mi><mn>2</mn></msup><mo>-</mo><mn>4</mn><mi>a</mi><mi>c</mi></msqrt></mrow><mrow><mn>2</mn><mi>a</mi></mrow></mfrac></math></p>
+</div>
@@ -13,7 +13,7 @@ import Heading from '@ckeditor/ckeditor5-heading/src/heading';
import MathType from '@wiris/mathtype-ckeditor5';
ClassicEditor
- .create( document.querySelector( '#math-type-editor' ), {
+ .create( document.querySelector( '#mathtype-editor' ), {
plugins: [
Essentials,
Bold,