@zero-library/common 2.0.5 → 2.0.6

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/index.cjs.js CHANGED
@@ -263,7 +263,7 @@ function alertInlinePlugin(md2) {
263
263
  if (!m) return false;
264
264
  if (silent) return false;
265
265
  const raw = m[1].trim();
266
- const html = `<lazy-component ${raw} />`;
266
+ const html = `<lazy-component ${raw}></lazy-component>`;
267
267
  const token = state.push("html_inline", "", 0);
268
268
  token.content = html;
269
269
  state.pos += m[0].length;