Skip to content

Commit 7365c82

Browse files
committed
fix
1 parent 94d1771 commit 7365c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/pltxt2htm/advancedParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { getWasmInstance } from "./wasmLoader";
22
import { getDeallocator } from "./deallocator";
33
import hljs from "highlight.js";
44
import dompurify from "dompurify";
5-
// @ts-ignore
5+
// @ts-expect-error No type info
66
import renderMathInElement from "katex/contrib/auto-render/auto-render.js";
77
import "katex/dist/katex.min.css";
88

0 commit comments

Comments
 (0)