docs: update

This commit is contained in:
ZiuChen 2023-03-06 00:04:39 +08:00
parent 4d3118717a
commit 2c75d1d1fc
3 changed files with 23 additions and 0 deletions

View File

@ -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/' }
]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View 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目录、自动保存、实时云端同步