remons-render-markdown 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/dist/index.mjs +7 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -28083,6 +28083,13 @@ var g_ = /* @__PURE__ */ he({
28083
28083
  title: "复制",
28084
28084
  description: "点击此处您可复制 markdown 源码"
28085
28085
  }
28086
+ },
28087
+ {
28088
+ element: ".docList-menu-print",
28089
+ popover: {
28090
+ title: "打印",
28091
+ description: "点击此处您可跳转至打印页面,输出为PDF"
28092
+ }
28086
28093
  }
28087
28094
  ]
28088
28095
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remons-render-markdown",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "一个基于 React 的 Markdown 渲染组件,支持 GFM(GitHub Flavored Markdown)、代码高亮、Mermaid 图表、Tabs 渲染等功能。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",