mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
docs: update
This commit is contained in:
parent
a5fb24b72d
commit
544bb3c2a8
@ -18,6 +18,7 @@ export default defineConfig({
|
||||
text: '我的项目',
|
||||
items: [
|
||||
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
|
||||
{ text: '超级Markdown', link: '/project/Markdown/' },
|
||||
{ text: '超级分词', link: '/project/SmartWordBreak/' }
|
||||
]
|
||||
},
|
||||
@ -49,6 +50,7 @@ export default defineConfig({
|
||||
collapsible: true,
|
||||
items: [
|
||||
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
|
||||
{ text: '超级Markdown', link: '/project/Markdown/' },
|
||||
{ text: '超级分词', link: '/project/SmartWordBreak/' }
|
||||
]
|
||||
},
|
||||
|
BIN
docs/project/Markdown/assets/logo.png
Normal file
BIN
docs/project/Markdown/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
21
docs/project/Markdown/index.md
Normal file
21
docs/project/Markdown/index.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: 超级Markdown
|
||||
navbar: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 强大的Markdown编辑器',
|
||||
logo: url,
|
||||
}
|
||||
</script>
|
||||
|
||||
<Title v-bind="titleInfo" />
|
||||
|
||||
## 🔰 开始使用
|
||||
|
||||
- 支持多种编辑模式(即时渲染、分屏预览、富文本)
|
||||
- 支持大纲、数学公式、脑图、图表、流程图、甘特图、时序图、五线谱、标题锚点、代码高亮及复制、graphviz 渲染、UML图
|
||||
- 支持多级目录、生成TOC目录、自动保存、实时云端同步
|
||||
|
Loading…
x
Reference in New Issue
Block a user