@halo-dev/richtext-editor 0.0.0-alpha.16 → 0.0.0-alpha.17

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.
@@ -41354,6 +41354,7 @@ img.ProseMirror-separator {
41354
41354
  lowlight$1.registerLanguage("wasm", wasm);
41355
41355
  lowlight$1.registerLanguage("xml", xml);
41356
41356
  lowlight$1.registerLanguage("yaml", yaml);
41357
+ lowlight$1.registerLanguage("html", xml);
41357
41358
  const lowlight = lowlight$1;
41358
41359
  const _hoisted_1$t = { class: "px-2 py-1.5" };
41359
41360
  const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("option", { value: null }, "auto", -1);
@@ -41587,8 +41588,8 @@ img.ProseMirror-separator {
41587
41588
  },
41588
41589
  renderHTML({ HTMLAttributes }) {
41589
41590
  return [
41590
- "p",
41591
- ["iframe", mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)]
41591
+ "iframe",
41592
+ mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)
41592
41593
  ];
41593
41594
  },
41594
41595
  addCommands() {