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