@scribdown/markdown-renderer 0.1.0 → 0.3.0

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.d.ts CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @scribdown/markdown-renderer 的公共入口:
3
+ * renderMarkdown(Markdown → 安全 HTML)、hydrateMarkdown(DOM 交互 hydration)
4
+ * 与 mountMarkdownToolbar(浮动工具栏挂载)。
5
+ */
1
6
  /**
2
7
  * 将 Markdown 文本渲染为安全 HTML。
3
8
  * 渲染链路固定开启代码高亮与 HTML sanitize(rehype 结构清洗 + DOMPurify),