mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
import katex from "katex";
|
|
import "katex/contrib/mhchem";
|
|
import "katex/dist/katex.min.css";
|
|
export { default as renderMathInElement } from "katex/contrib/auto-render";
|
|
export default katex;
|