mirror of
https://github.com/vacp2p/rfc.vac.dev.git
synced 2026-01-09 07:57:55 -05:00
feat: support latex rendering
This commit is contained in:
17
docs/latex.mdx
Normal file
17
docs/latex.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
description: Writing LaTeX Math Equations
|
||||
---
|
||||
|
||||
# Math Equations
|
||||
|
||||
Mathematical equations can be rendered using [KaTeX](https://katex.org).
|
||||
|
||||
Write inline math equations by wrapping LaTeX equations between `$`:
|
||||
|
||||
This is inline math: $E=mc^2$
|
||||
|
||||
$$
|
||||
\frac{d}{dx} \left( \int_0^x f(u)\,du \right) = f(x)
|
||||
$$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user