@wangeditor-next/plugin-formula 0.0.12-beta.3 → 0.0.12-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
@@ -154,6 +154,7 @@ var WangEditorFormulaCard = /** @class */ (function (_super) {
|
|
154
154
|
WangEditorFormulaCard.prototype.render = function (value) {
|
155
155
|
katex.render(value, this.span, {
|
156
156
|
throwOnError: false,
|
157
|
+
option: 'mathml',
|
157
158
|
});
|
158
159
|
};
|
159
160
|
return WangEditorFormulaCard;
|