stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
12
node_modules/mathjax-full/js/handlers/html.js
generated
vendored
Normal file
12
node_modules/mathjax-full/js/handlers/html.js
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.RegisterHTMLHandler = void 0;
|
||||
var mathjax_js_1 = require("../mathjax.js");
|
||||
var HTMLHandler_js_1 = require("./html/HTMLHandler.js");
|
||||
function RegisterHTMLHandler(adaptor) {
|
||||
var handler = new HTMLHandler_js_1.HTMLHandler(adaptor);
|
||||
mathjax_js_1.mathjax.handlers.register(handler);
|
||||
return handler;
|
||||
}
|
||||
exports.RegisterHTMLHandler = RegisterHTMLHandler;
|
||||
//# sourceMappingURL=html.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue