更新文档: 测试一个代码
@@ -32,8 +32,17 @@
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
``` ts
|
||||||
{
|
import hljs from "highlight.js";
|
||||||
|
import "highlight.js/styles/atom-one-dark.css";
|
||||||
|
import MarkdownIt from "markdown-it";
|
||||||
|
import { useEffect, useRef, useCallback } from "react";
|
||||||
|
import {
|
||||||
|
default as Editor,
|
||||||
|
default as MdEditor,
|
||||||
|
Plugins,
|
||||||
|
} from "react-markdown-editor-lite";
|
||||||
|
import "react-markdown-editor-lite/lib/index.css";
|
||||||
```
|
```
|
||||||
|
|
||||||
1231321
|
1231321
|
||||||
|
|||||||
Reference in New Issue
Block a user