2023-03-26 23:05:45 +08:00

27 lines
710 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 超级Markdown
navbar: false
---
<script setup>
import url from './assets/logo.png'
const titleInfo = {
subTitle: '✨ 强大的Markdown编辑器',
logo: url,
linkList: [
{ content: '🚀 快捷键一览', target: './shortcut/' },
]
}
</script>
<Title v-bind="titleInfo" />
## 🔰 开始使用
- 由ByteMD强力驱动功能丰富、性能强劲
- 支持GFM扩展语法、脚注、Gemoji、KaTeX数学公式、Mermaid图表
- 支持通过Frontmatter设置多种主题、代码高亮样式
- 支持实时同步预览、自动保存、导出HTML、导出PDF、导出Word、导出Markdown
- 支持图片上传、图片粘贴、图片拖拽