mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-08-11 08:52:25 +00:00
math: add mathjax rendering #235
This commit is contained in:
parent
2b032a3e2d
commit
01e14664ce
113 changed files with 2382 additions and 16 deletions
static/js/mathjax/sre
11
static/js/mathjax/sre/sre-node.js
Normal file
11
static/js/mathjax/sre/sre-node.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var SRE = require("speech-rule-engine");
|
||||
global.SRE = SRE;
|
||||
global.sre = Object.create(SRE);
|
||||
global.sre.Engine = {
|
||||
isReady: function () {
|
||||
return SRE.engineReady();
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=sre-node.js.map
|
Loading…
Add table
Add a link
Reference in a new issue