目录

vuepress中markdown各种用法

# vuepress中markdown各种用法

# 基本都是vuepress官网的指南,为了方便自己查看


# github风格的表格

# 输入

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

# 输出

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

# Emoji

# 输入

:tada: :100:

# 输出

🎉 💯

# 所有的emoji (opens new window)


# 自定义容器

# 输入

::: tip
这是一个提示
:::

::: warning
这是一个警告
:::

::: danger
这是一个危险警告
:::

::: details
这是一个详情块,在 IE / Edge 中不生效
:::

# 输出

提示

这是一个提示

注意

这是一个警告

警告

这是一个危险警告

点击查看

这是一个详情块,在 IE / Edge 中不生效

或者自定义标题

这是一个详情块,在 IE / Edge 中不生效

上次更新: 2024-01-03, 13:22:13
最近更新
01
2023年度总结
01-03
02
MongoDB的简单的常用语法
12-11
03
cetnos7通过nfs共享磁盘文件
11-24
更多文章>