@kernelift/markdown 1.1.8 → 1.2.1

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @kernelift/markdown
2
2
 
3
+ 在线预览: https://kernelift-labs.github.io/playground/#/markdown-editor
4
+
3
5
  基于 `markdown-it` 和 `highlight.js` 的 Markdown 渲染组件,提供强大的 Markdown 渲染和代码高亮功能。
4
6
 
5
7
  ## 功能特性
package/dist/index.d.ts CHANGED
@@ -27,6 +27,7 @@ declare type __VLS_Props = {
27
27
  * 用于优化高频更新场景
28
28
  */
29
29
  incrementalDebounce?: number;
30
+ performanceLog?: boolean;
30
31
  };
31
32
 
32
33
  declare type __VLS_PublicProps = {
@@ -55,6 +56,7 @@ codeMaxHeight: number;
55
56
  themeMode: "light" | "dark";
56
57
  incremental: boolean;
57
58
  incrementalDebounce: number;
59
+ performanceLog: boolean;
58
60
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
59
61
  containerRef: HTMLDivElement;
60
62
  }, HTMLElement>;