Changes
1 changed files (+0/-2)
-
-
@@ -18,8 +18,6 @@ } from "../../../../deps/npm/mdast-util-to-hast/mod.ts";export function mathHandlers(): Handlers { return { // @ts-expect-error: unist-related libraries heavily relies on ambient module declarations, // which Deno does not support. APIs also don't accept type parameters. math(_state: State, node: Math & Mdast.Literal): Raw & Hast.Literal { return { type: "raw",
-