From 22bc4782fe14e031f75e3199f525adbf355fe5ee Mon Sep 17 00:00:00 2001 From: dsrkafuu Date: Mon, 14 Mar 2022 12:48:56 +0800 Subject: chore: update example site --- exampleSite/content/post/math-typesetting.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'exampleSite/content') diff --git a/exampleSite/content/post/math-typesetting.md b/exampleSite/content/post/math-typesetting.md index 3d06282..a8812ed 100644 --- a/exampleSite/content/post/math-typesetting.md +++ b/exampleSite/content/post/math-typesetting.md @@ -25,19 +25,10 @@ In this example we will be using [KaTeX](https://katex.org/) **Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html) -{{< math.inline >}} -{{ if or .Page.Params.math .Site.Params.math }} - - - - - -{{ end }} -{{}} ## Examples -Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$ +Inline math: $ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $ Block math: -- cgit v1.2.3