x-mavon-editor 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6412,7 +6412,7 @@ function initMarkdown() {
6412
6412
  return defaultRender(tokens, idx, options, env, self);
6413
6413
  };
6414
6414
 
6415
- markdown.use(mihe, hljs_opts).use(emoji).use(sup).use(sub).use(container).use(container, 'hljs-left').use(container, 'hljs-center').use(container, 'hljs-right').use(deflist).use(abbr).use(footnote).use(insert).use(mark).use(container).use(miip).use(katex).use(taskLists).use(toc).use(gridtable);
6415
+ markdown.use(mihe, hljs_opts).use(emoji.full).use(sup).use(sub).use(container).use(container, 'hljs-left').use(container, 'hljs-center').use(container, 'hljs-right').use(deflist).use(abbr).use(footnote).use(insert).use(mark).use(container).use(miip).use(katex).use(taskLists).use(toc).use(gridtable);
6416
6416
  return markdown;
6417
6417
  }
6418
6418
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-mavon-editor",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Vue markdown editor",
5
5
  "main": "dist/mavon-editor.js",
6
6
  "types": "./mavon-editor.d.ts",
@@ -81,7 +81,7 @@ export function initMarkdown() {
81
81
  };
82
82
 
83
83
  markdown.use(mihe, hljs_opts)
84
- .use(emoji)
84
+ .use(emoji.full)
85
85
  .use(sup)
86
86
  .use(sub)
87
87
  .use(container)