markstream-vue 0.0.1 → 0.0.2-beta.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/README.md +8 -8
- package/README.zh-CN.md +8 -8
- package/dist/index.cjs +19 -19
- package/dist/index.css +1 -1
- package/dist/index.js +6 -6
- package/dist/index.tailwind.css +1 -1
- package/dist/tailwind.ts +0 -0
- package/dist/workers/katexRenderer.worker.js +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/markstream-vue)
|
|
6
6
|
[](README.zh-CN.md)
|
|
7
|
-
[](https://vue-
|
|
7
|
+
[](https://markstream-vue-docs.simonhe.me/)
|
|
8
8
|
[](https://www.npmjs.com/package/markstream-vue)
|
|
9
9
|
[](https://bundlephobia.com/package/markstream-vue)
|
|
10
10
|
[](./LICENSE)
|
|
11
11
|
|
|
12
12
|
> 📖 All detailed documentation, API, examples, and advanced usage have been migrated to the VitePress documentation site:
|
|
13
|
-
> https://vue-
|
|
13
|
+
> https://markstream-vue-docs.simonhe.me/guide/
|
|
14
14
|
|
|
15
15
|
## 🚀 Playground & Demo
|
|
16
16
|
|
|
17
|
-
- Playground (interactive demo): https://vue
|
|
18
|
-
- Interactive test page: https://vue
|
|
17
|
+
- Playground (interactive demo): https://markstream-vue.simonhe.me/
|
|
18
|
+
- Interactive test page: https://markstream-vue.simonhe.me/test
|
|
19
19
|
|
|
20
20
|
Try the interactive test page to quickly verify and debug:
|
|
21
|
-
https://vue
|
|
21
|
+
https://markstream-vue.simonhe.me/test
|
|
22
22
|
|
|
23
23
|
This page provides a left editor and right live preview (powered by this library). It includes "generate & copy share link" functionality, encoding your input into the URL for sharing. If the input is too long, fallback options are provided to open directly or pre-fill a GitHub Issue.
|
|
24
24
|
|
|
@@ -48,10 +48,10 @@ Watch on Bilibili: [Open in Bilibili](https://www.bilibili.com/video/BV17Z4qzpE9
|
|
|
48
48
|
## Troubleshooting & Common Issues
|
|
49
49
|
|
|
50
50
|
Troubleshooting has moved into the docs:
|
|
51
|
-
https://vue-
|
|
51
|
+
https://markstream-vue-docs.simonhe.me/guide/troubleshooting
|
|
52
52
|
|
|
53
53
|
If you can't find a solution there, open a GitHub issue:
|
|
54
|
-
https://github.com/Simon-He95/vue
|
|
54
|
+
https://github.com/Simon-He95/markstream-vue/issues
|
|
55
55
|
|
|
56
56
|
## Thanks
|
|
57
57
|
|
|
@@ -66,7 +66,7 @@ Thanks to the authors and contributors of these projects!
|
|
|
66
66
|
|
|
67
67
|
## Star History
|
|
68
68
|
|
|
69
|
-
[](https://www.star-history.com/#Simon-He95/markstream-vue&Date)
|
|
70
70
|
|
|
71
71
|
## License
|
|
72
72
|
|
package/README.zh-CN.md
CHANGED
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
> 针对 Vue 3 的高性能、流式友好型 Markdown 渲染组件 — 支持渐进式 Mermaid、流式 diff 代码块以及为大文档优化的实时预览。
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/markstream-vue)
|
|
6
|
-
[](https://vue-
|
|
6
|
+
[](https://markstream-vue-docs.simonhe.me/zh/guide/)
|
|
7
7
|
[](https://www.npmjs.com/package/markstream-vue)
|
|
8
8
|
[](https://bundlephobia.com/package/markstream-vue)
|
|
9
9
|
[](./LICENSE)
|
|
10
10
|
|
|
11
11
|
> 📖 所有详细文档、API、示例和高级用法已迁移至 VitePress 中文文档站点:
|
|
12
|
-
> https://vue-
|
|
12
|
+
> https://markstream-vue-docs.simonhe.me/zh/guide/
|
|
13
13
|
|
|
14
14
|
## 🚀 实时演示
|
|
15
15
|
|
|
16
|
-
- Playground(交互演示): https://vue
|
|
17
|
-
- 交互测试页面: https://vue
|
|
16
|
+
- Playground(交互演示): https://markstream-vue.simonhe.me/
|
|
17
|
+
- 交互测试页面: https://markstream-vue.simonhe.me/test
|
|
18
18
|
|
|
19
19
|
### 交互测试页面
|
|
20
20
|
|
|
21
|
-
- 试用交互式测试页面以便快速验证与调试: https://vue
|
|
21
|
+
- 试用交互式测试页面以便快速验证与调试: https://markstream-vue.simonhe.me/test
|
|
22
22
|
|
|
23
23
|
此页面提供左侧编辑器与右侧实时预览(由本库驱动)。页面包含“生成并复制分享链接”功能,会将你的输入编码到 URL 中以便分享;当输入过长无法嵌入 URL 时,会提供直接打开或预填 GitHub Issue 的回退流程。
|
|
24
24
|
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
## 故障排查 & 常见问题
|
|
49
49
|
|
|
50
50
|
详细故障排查与常见问题已迁移至文档站点:
|
|
51
|
-
https://vue-
|
|
51
|
+
https://markstream-vue-docs.simonhe.me/zh/guide/troubleshooting
|
|
52
52
|
|
|
53
53
|
如需更多帮助,请到 GitHub Issues 创建问题:
|
|
54
|
-
https://github.com/Simon-He95/vue
|
|
54
|
+
https://github.com/Simon-He95/markstream-vue/issues
|
|
55
55
|
|
|
56
56
|
## 鸣谢
|
|
57
57
|
|
|
@@ -67,7 +67,7 @@ https://github.com/Simon-He95/vue-markdown-render/issues
|
|
|
67
67
|
|
|
68
68
|
## Star 历史
|
|
69
69
|
|
|
70
|
-
[](https://www.star-history.com/#Simon-He95/markstream-vue&Date)
|
|
71
71
|
|
|
72
72
|
## 许可
|
|
73
73
|
|