From 0f11b8e333c31150f960881456c5202e9c3afd42 Mon Sep 17 00:00:00 2001 From: zzossig Date: Fri, 21 Feb 2020 21:51:41 +0900 Subject: [PATCH] exampleSite update --- exampleSite/content/en/posts/test-mathjax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/en/posts/test-mathjax.md b/exampleSite/content/en/posts/test-mathjax.md index 53e9142..2b7f818 100644 --- a/exampleSite/content/en/posts/test-mathjax.md +++ b/exampleSite/content/en/posts/test-mathjax.md @@ -16,5 +16,5 @@ libraries: image: images/feature1/infinity.png --- -When \\(a \ne 0\\), there are two solutions to \\(\(ax^2 + bx + c = 0\)\\) and they are -\\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\\] \ No newline at end of file +When $a \ne 0$, there are two solutions to $\(ax^2 + bx + c = 0\)\$ and they are +$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ \ No newline at end of file