Enable JavaScript to run this app.
Ant Design X
设计
研发
组件
X Markdown
X SDK
X Skill
演示
国内镜像
2.3.0
中
En
Direction Icon
Theme icon
介绍
代码示例
2.0.0
在线体验
主题
流式处理
组件
总览
聊天增强
数据展示
富文本增强
插件集
总览
Latex
公式
CustomPlugins
自定义插件
在线体验
Control Panel
Light
Dark
Animation
Escape Raw HTML
Open Links In New Tab
Protect Custom Tag Newlines
Run Stream
Markdown Input
# XMarkdown Playground Type Markdown in the editor and see real-time rendering. ## Features - CommonMark and GFM - Streaming-friendly rendering - Safe HTML handling with configurable escaping ```tsx const message = 'Hello, XMarkdown'; console.log(message); ``` ## Streaming Preview 1. Click "Run Stream" 2. Observe incomplete syntax handling 3. Continue typing in the editor for instant full preview | Step | Status | | --- | --- | | Parse | Done | | Render | Running | [Link example](https://x.ant.design/x-markdowns/introduce) ## HTML and Security <div style="padding: 8px; border: 1px solid #aaa;"> Inline raw HTML block </div> Try toggling `escapeRawHtml` to compare behavior.
Preview
XMarkdown 在线体验
CodeSandbox Icon
codepen icon
External Link Icon