UNPKG

katex

Version:

Fast math typesetting for the web.

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