29 lines
564 B
Markdown
29 lines
564 B
Markdown
---
|
|
title: "Latex Support"
|
|
date: 2022-09-20T09:36:26+08:00
|
|
tags: []
|
|
categories: []
|
|
weight: 50
|
|
show_comments: true
|
|
katex: true
|
|
draft: false
|
|
---
|
|
|
|
This article contians some test for latex support. Currently the lib used for rendering LaTeX is [\\(\KaTeX\\)](https://katex.org/)
|
|
|
|
<!--more-->
|
|
|
|
$$
|
|
\pi=\int_{-\infty}^\infty\frac{dx}{1+x^2}
|
|
$$
|
|
|
|
## The code which render the above
|
|
|
|
```
|
|
This article contians some test for latex support. Currently the lib used for rendering LaTeX is [\\(\KaTeX\\)](https://katex.org/)
|
|
|
|
$$
|
|
\pi=\int_{-\infty}^\infty\frac{dx}{1+x^2}
|
|
$$
|
|
```
|