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! ```