aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/writer.asciidoc2
-rw-r--r--test/writer.asciidoctor2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.asciidoc b/test/writer.asciidoc
index 2a162a81e..237e4a70b 100644
--- a/test/writer.asciidoc
+++ b/test/writer.asciidoc
@@ -466,7 +466,7 @@ Ellipses…and…and….
* latexmath:[$223$]
* latexmath:[$p$]-Tree
* Here’s some display math:
-
++
[latexmath]
++++
\[\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}\]
diff --git a/test/writer.asciidoctor b/test/writer.asciidoctor
index eee335b33..8b388e55f 100644
--- a/test/writer.asciidoctor
+++ b/test/writer.asciidoctor
@@ -467,7 +467,7 @@ Ellipses…and…and….
* latexmath:[223]
* latexmath:[p]-Tree
* Here’s some display math:
-
++
[latexmath]
++++
\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}