luogu-renderer 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # 洛谷 Markdown 渲染器
2
2
 
3
- > **注意**:本仓库已包含打包后的 IIFE 文件,你可以直接使用 CDN 链接,无需本地构建。
4
-
5
3
  提供两个独立的 Markdown 渲染器,输出纯 HTML 字符串(**不含 CSS**)。
6
4
 
7
5
  - **旧版** (`render-old.js`):基于 markdown-it,轻量稳定,用于剪贴板、个人主页等
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luogu-renderer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Luogu Markdown renderer - old (markdown-it) and new (remark+rehype)",
5
5
  "type": "module",
6
6
  "exports": {