We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d1771 commit 7365c82Copy full SHA for 7365c82
1 file changed
src/services/pltxt2htm/advancedParser.ts
@@ -2,7 +2,7 @@ import { getWasmInstance } from "./wasmLoader";
2
import { getDeallocator } from "./deallocator";
3
import hljs from "highlight.js";
4
import dompurify from "dompurify";
5
-// @ts-ignore
+// @ts-expect-error No type info
6
import renderMathInElement from "katex/contrib/auto-render/auto-render.js";
7
import "katex/dist/katex.min.css";
8
0 commit comments