diff --git a/%E6%B5%8B%E8%AF%95%E4%B8%80%E4%B8%AA%E4%BB%A3%E7%A0%81.md b/%E6%B5%8B%E8%AF%95%E4%B8%80%E4%B8%AA%E4%BB%A3%E7%A0%81.md index 3a2e155..1483af3 100644 --- a/%E6%B5%8B%E8%AF%95%E4%B8%80%E4%B8%AA%E4%BB%A3%E7%A0%81.md +++ b/%E6%B5%8B%E8%AF%95%E4%B8%80%E4%B8%AA%E4%BB%A3%E7%A0%81.md @@ -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