@record-evolution/widget-markdown 1.0.7 → 1.0.8
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/widget-markdown.js
CHANGED
|
@@ -5550,7 +5550,7 @@ te.registerLanguage("css", Ii);
|
|
|
5550
5550
|
te.registerLanguage("plaintext", vi);
|
|
5551
5551
|
let le = class extends qe {
|
|
5552
5552
|
constructor() {
|
|
5553
|
-
super(), this.version = "1.0.
|
|
5553
|
+
super(), this.version = "1.0.8", this.marked = new Yn(
|
|
5554
5554
|
hi({
|
|
5555
5555
|
emptyLangClass: "hljs",
|
|
5556
5556
|
langPrefix: "hljs language-",
|
|
@@ -5710,7 +5710,7 @@ ye([
|
|
|
5710
5710
|
Ye()
|
|
5711
5711
|
], le.prototype, "lastMarkdown", 2);
|
|
5712
5712
|
le = ye([
|
|
5713
|
-
Pi("widget-markdown-1.0.
|
|
5713
|
+
Pi("widget-markdown-1.0.8")
|
|
5714
5714
|
], le);
|
|
5715
5715
|
export {
|
|
5716
5716
|
le as WidgetMarkdown
|