963 markdown files reformatted with the repository's pinned prettier so pnpm format:check covers the folded tree like every other repo file. The formatter's embedded-language pass also normalized code fences (TS semicolons, closed HTML tags in examples, lowercased CSS hex colors, one renumbered list that skipped an index). Alphanumeric token deltas vs the fold commit were audited file-by-file; all are formatter-equivalent markup normalizations plus the four sanitized skills.
744 B
744 B
name, description
| name | description |
|---|---|
| latex | Render mathematical equations using KaTeX |
LaTeX
Render mathematical equations. Powered by KaTeX.
Inline Math
$\sqrt{3x-1}+(1+x)^2$
Block Math
$$
\begin{aligned}
\nabla \cdot \vec{E} &= \frac{\rho}{\varepsilon_0} \\
\nabla \cdot \vec{B} &= 0
\end{aligned}
$$
Line Highlighting
$$
{1|3|all}
\begin{aligned}
\nabla \cdot \vec{E} &= \frac{\rho}{\varepsilon_0} \\
\nabla \cdot \vec{B} &= 0 \\
\nabla \times \vec{E} &= -\frac{\partial\vec{B}}{\partial t}
\end{aligned}
$$
Chemical Equations
Enable mhchem extension in vite.config.ts:
import 'katex/contrib/mhchem';
export default {};
Then use:
$$
\ce{B(OH)3 + H2O <--> B(OH)4^- + H+}
$$