diff --git a/test/tm-cases/latex.html b/test/tm-cases/latex.html
index d5eec8ca..b91fd4b9 100644
--- a/test/tm-cases/latex.html
+++ b/test/tm-cases/latex.html
@@ -5,7 +5,14 @@
Simple Test
-This code will render everywhere
+
This code block will not have the math rendered.
-some random code, describing $a and $b will be rendered, $y=mx$
+some random code, describing $a and $b will not be rendered, $y=mx$
+
+This will not work either $\sqrt{2}
or
+
+
+$$
+f = 12
+$$
diff --git a/test/tm-cases/latex.text b/test/tm-cases/latex.text
index 5b8933ce..92a9bf29 100644
--- a/test/tm-cases/latex.text
+++ b/test/tm-cases/latex.text
@@ -4,7 +4,14 @@ Block equations are wrapped using
$$
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$
-This code will render everywhere
+This code block will not have the math rendered.
```
-some random code, describing $a and $b will be rendered, $y=mx$
+some random code, describing $a and $b will not be rendered, $y=mx$
+```
+This will not work either `$\sqrt{2}` or
+
+```
+$$
+f = 12
+$$
```
\ No newline at end of file