UNPKG

katex

Version:

Fast math typesetting for the web.

17 lines (14 loc) 307 B
import defineFunction from "../defineFunction"; defineFunction({ type: "internal", names: ["\\relax"], numArgs: 0, allowedInText: true, allowedInArgument: true, handler({parser}) { return { type: "internal", mode: parser.mode, }; }, });