Div627
Div627
### 需求动机 优化 AI 场景下,流式渲染 Markdown 的格式突变、性能瓶颈及功能扩展性不足问题。 **核心能力** 1. 流式友好 - 支持增量解析,避免格式突变 - 平滑渲染,适配AI分块输出特性 2. 极致性能优化 - 轻量化内核 - 加速解析 3. 丰富的超集支持 - Latex - 代码高亮 - Mermaid - UMD...
refactor(XMarkdown): move mermaid & highlight to standalone components, drop x-markdown dependency
[中文版模板 / Chinese template](https://github.com/ant-design/x/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [ ] 🆕 New feature - [x] 🐞 Bug fix - [x] 📝 Site / documentation improvement - [...
English | [中文](https://github.com/ant-design/x/issues/1358) ## Introduction Since the release of Ant Design X 1.0 on November 22 last year, many developers have chosen X to build AI applications. We are grateful...
[中文版模板 / Chinese template](https://github.com/ant-design/x/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [x] 🆕 New feature - [ ] 🐞 Bug fix - [ ] 📝 Site / documentation improvement -...
### 需求动机 当前 XMarkdown 在流式输出时无法动态展示尾缀(如“正在生成...”或品牌 Logo),导致用户需要在流结束后手动拼接。 ### 🎯 核心目标 支持在流式渲染过程中**实时插入并更新尾部 ReactNode**,可用来展示: - 加载动画 - 版权签名 - 参考链接 ### 🚀 详细需求 | 条目 | 内容 | 约束 | |---|---|---| | 定位...
## Expected Behavior html-react-parser should work correctly in CodeSandbox (Vite/ESM-based environment). ## Actual Behavior When using html-react-parser in CodeSandbox, the console throws a module resolution error: Could not find module...