更新文档: 测试一个代码
@@ -1,10 +1,15 @@
|
||||
# 这是一段typescript代码333
|
||||
|
||||
```ts
|
||||
importddddd
|
||||
```html
|
||||
{/* 内容 */}
|
||||
<div className="space-y-2">
|
||||
<Label>文档内容</Label>
|
||||
<VditorEditor
|
||||
value={content}
|
||||
onChange={setContent}
|
||||
height={600}
|
||||
placeholder="请输入文档内容,支持 Markdown 格式"
|
||||
mode="sv"
|
||||
codeTheme="github-dark"
|
||||
/>
|
||||
</div>
|
||||
```
|
||||
|
||||
```ts hljs language-typescript
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user