From b591e1e2c0412bc7e940896ee7004a5e0ea5cfed Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 14 Nov 2022 22:14:26 +0800 Subject: [PATCH] Modify demo site's content: latex-support.md --- exampleSite/content/posts/latex-support.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/exampleSite/content/posts/latex-support.md b/exampleSite/content/posts/latex-support.md index 0190739..40574df 100644 --- a/exampleSite/content/posts/latex-support.md +++ b/exampleSite/content/posts/latex-support.md @@ -17,7 +17,6 @@ $$ \pi=\int_{-\infty}^\infty\frac{dx}{1+x^2} $$ - ## The code which render the above ``` @@ -26,6 +25,4 @@ This article contians some test for latex support. Currently the lib used for re $$ \pi=\int_{-\infty}^\infty\frac{dx}{1+x^2} $$ - -We support \\(\LaTeX\\) now! ```