markstream-vue 0.0.2-beta.8 → 0.0.2-beta.9

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
@@ -44,6 +44,7 @@ Watch on Bilibili: [Open in Bilibili](https://www.bilibili.com/video/BV17Z4qzpE9
44
44
  - 📦 TypeScript-first: complete type definitions and IntelliSense
45
45
  - 🔌 Zero config: works out of the box in Vue 3 projects
46
46
  - 🎨 Flexible code block rendering: choose Monaco editor (`CodeBlockNode`) or lightweight Shiki highlighting (`MarkdownCodeBlockNode`)
47
+ - 🧰 Parser toolkit: [`stream-markdown-parser`](./packages/markdown-parser) now documents how to reuse the parser in workers/SSE streams and feed `<MarkdownRender :nodes>` directly, plus APIs for registering global plugins and custom math helpers.
47
48
 
48
49
  ## Troubleshooting & Common Issues
49
50
 
package/README.zh-CN.md CHANGED
@@ -44,6 +44,7 @@
44
44
  - 📦 TypeScript 优先:提供完善的类型定义与智能提示
45
45
  - 🔌 零配置:开箱即可在 Vue 3 项目中使用
46
46
  - 🎨 灵活的代码块渲染:可选 Monaco 编辑器 (`CodeBlockNode`) 或轻量的 Shiki 高亮 (`MarkdownCodeBlockNode`)
47
+ - 🧰 解析工具集:[`stream-markdown-parser`](./packages/markdown-parser) 文档现已覆盖如何在 Worker/SSE 流中复用解析器、直接向 `<MarkdownRender :nodes>` 输送 AST、以及注册全局插件/数学辅助函数的方式。
47
48
 
48
49
  ## 故障排查 & 常见问题
49
50