@wangeditor-next/plugin-formula 0.0.12-beta.3 → 0.0.12-beta.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -156,6 +156,7 @@
156
156
  WangEditorFormulaCard.prototype.render = function (value) {
157
157
  katex.render(value, this.span, {
158
158
  throwOnError: false,
159
+ output: 'mathml',
159
160
  });
160
161
  };
161
162
  return WangEditorFormulaCard;
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
+ output: 'mathml',
157
158
  });
158
159
  };
159
160
  return WangEditorFormulaCard;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangeditor-next/plugin-formula",
3
- "version": "0.0.12-beta.3",
3
+ "version": "0.0.12-beta.5",
4
4
  "description": "wangEditor next formula 公式",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",