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.
package/dist/mavon-editor.js
CHANGED
|
@@ -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