markdown
约 836 字大约 3 分钟
2024-12-02
Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过简单的标记语法,它可以使普通文本内容具有一定的格式。
Markdown 的目标是实现「易读易写」。
文本换行
后面要加两个空格
引用文本
引用中引用
标记
==高亮== **加粗** <u>下划线</u> ~~删除线~~ *斜体* ^上标^ ~下标~ !!隐藏!!
高亮 加粗 下划线 删除线 斜体 上标 下标 隐藏
数学方程
$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
x=2a−b±b2−4ac
缩写词
The HTML specification is maintained by the W3C.
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C.
注意:缩写词应该是独立的单词或词组。对于中文的缩写词,应该在词的左右加空格以区分。
自定义对齐
左对齐的内容
居中的内容
右对齐的内容
图片属性支持
{width="100" }

任务列表
脚注
人生自古谁无死,留取丹心照汗青[1]。
徽章
- tip
- warning
- danger
- info
- important
VuePress Theme Hope 非常强大!
容器
::: note
This is a note box
:::
::: info
This is an **info** box.
:::
::: tip
This is a tip.
:::
::: warning
This is a warning.
:::
::: caution
This is a dangerous warning.
:::
::: details
This is a details block.
:::
::: important
This is a important block.
:::
注
This is a note box
相关信息
This is an info box.
提示
This is a tip.
注意
This is a warning.
警告
This is a dangerous warning.
详情
This is a details block.
重要
This is a important block.
文件树
docs
.vuepress
config.ts
page1.md
README.md
theme一个 主题 目录
client
components
Navbar.vue
composables
useNavbar.ts
styles
navbar.css
config.ts
node
…
package.json
pnpm-lock.yaml
.gitignore
README.md
…
视频音频嵌入
@[artPlayer](/video/mv1.mp4)
图片瀑布流
卡片
链接卡片
图片卡片

驼鹿
Andreas Kunz | 2024年8月16日
图片轮播
default: Default
info: Info
note: Note
tip: Tip
warning: Warning
danger: Danger
important: Important
出自 宋·文天祥 《过零丁洋》 ↩︎