@record-evolution/widget-markdown 1.0.7 → 1.0.9
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.9", this.marked = new Yn(
|
|
5554
5554
|
hi({
|
|
5555
5555
|
emptyLangClass: "hljs",
|
|
5556
5556
|
langPrefix: "hljs language-",
|
|
@@ -5587,12 +5587,12 @@ let le = class extends qe {
|
|
|
5587
5587
|
if (o) {
|
|
5588
5588
|
const s = this.inputData?.data?.find((i) => i.label === o)?.value;
|
|
5589
5589
|
if (s == null)
|
|
5590
|
-
n.textContent =
|
|
5590
|
+
n.textContent = "";
|
|
5591
5591
|
else if (typeof s == "object")
|
|
5592
5592
|
try {
|
|
5593
5593
|
n.textContent = JSON.stringify(s);
|
|
5594
5594
|
} catch {
|
|
5595
|
-
n.textContent =
|
|
5595
|
+
n.textContent = "";
|
|
5596
5596
|
}
|
|
5597
5597
|
else
|
|
5598
5598
|
n.textContent = String(s);
|
|
@@ -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.9")
|
|
5714
5714
|
], le);
|
|
5715
5715
|
export {
|
|
5716
5716
|
le as WidgetMarkdown
|