From f464e49142b68b0044c11c843259e586f65b17b0 Mon Sep 17 00:00:00 2001 From: Tiziano Müller Date: Mon, 13 Jul 2015 14:19:45 +0200 Subject: DokuWiki: write $..$ instead of .. MathJax seems currently to be the only maintained math rendering extension for DokuWiki and it uses $..$ instead of ... --- tests/writer.dokuwiki | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index e984d391e..fe1f8296a 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -454,13 +454,13 @@ Ellipses…and…and…. ====== LaTeX ====== * - * 2+2=4 - * x \in y - * \alpha \wedge \omega - * 223 - * p-Tree - * Here’s some display math: \frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} - * Here’s one that has a line break in it: \alpha + \omega \times x^2. + * $2+2=4$ + * $x \in y$ + * $\alpha \wedge \omega$ + * $223$ + * $p$-Tree + * Here’s some display math: $\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$ + * Here’s one that has a line break in it: $\alpha + \omega \times x^2$. These shouldn’t be math: -- cgit v1.2.3