We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da3975 commit d3296b2Copy full SHA for d3296b2
lib/main.js
@@ -59,8 +59,8 @@ var defaults = {
59
mmlNode: false, // DOM element for MML output?
60
svg: false, // return svg output?
61
svgNode: false, // DOM element for SVG output?
62
- timeout: 10 * 1000, // 10 second timeout before restarting MathJax
63
speakText: true, // add spoken annotations to svg output
+ timeout: 10 * 1000, // 10 second timeout before restarting MathJax
64
};
65
66
//
0 commit comments