File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ <h2>Simple Test</h2>
5
5
6
6
< math xmlns ="http://www.w3.org/1998/Math/MathML " display ="block "> < mrow > < mi > x</ mi > < mo > =</ mo > < mfrac > < mrow > < mo > −</ mo > < mi > b</ mi > < mi > ±</ mi > < msqrt > < mrow > < msup > < mi > b</ mi > < mn > 2</ mn > </ msup > < mo > −</ mo > < mn > 4</ mn > < mi > a</ mi > < mi > c</ mi > </ mrow > </ msqrt > </ mrow > < mrow > < mn > 2</ mn > < mi > a</ mi > </ mrow > </ mfrac > </ mrow > </ math >
7
7
8
- < p > This code will render everywhere
8
+ < p > This code block will not have the math rendered.
9
9
< code >
10
- some random code, describing $a and $b will be rendered, $y=mx$
10
+ some random code, describing $a and $b will not be rendered, $y=mx$
11
+ </ code >
12
+ This will not work either < code > $\sqrt{2}</ code > or</ p >
13
+
14
+ < p > < code >
15
+ $$
16
+ f = 12
17
+ $$
11
18
</ code > </ p >
Original file line number Diff line number Diff line change @@ -4,7 +4,14 @@ Block equations are wrapped using
4
4
$$
5
5
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
6
6
$$
7
- This code will render everywhere
7
+ This code block will not have the math rendered.
8
8
```
9
- some random code, describing $a and $b will be rendered, $y=mx$
9
+ some random code, describing $a and $b will not be rendered, $y=mx$
10
+ ```
11
+ This will not work either `$\sqrt{2}` or
12
+
13
+ ```
14
+ $$
15
+ f = 12
16
+ $$
10
17
```
You can’t perform that action at this time.
0 commit comments