安装

pnpm add vuepress-theme-way@next

Markdown

分组

代码分组

安装 VuePress Theme Hope:

代码
安装 VuePress Theme Hope:

::: code-tabs#shell

@tab pnpm

```bash
pnpm add -D vuepress-theme-way@next
```

@tab yarn

```bash
yarn add -D vuepress-theme-way@next
```

@tab:active npm

```bash
npm i -D vuepress-theme-way@next
```

:::

安装 VuePress Plugin Markdown Enhance:

::: code-tabs#shell

@tab pnpm

```bash
pnpm add -D vuepress-theme-way@next
```

@tab yarn

```bash
yarn add -D vuepress-theme-way@next
```

@tab:active npm

```bash
npm i -D vuepress-theme-way@next
```

:::

段落位置

要居中的段落

要居右的段落

上下标注

  • 19th
  • H2O

脚注

脚注 1 链接[1].

脚注 2 链接[2].

行内的脚注[3] 定义.

重复的页脚定义[2:1].


  1. 脚注 可以包含特殊标记

    也可以由多个段落组成 ↩︎

  2. 脚注文字。 ↩︎ ↩︎

  3. Text of inline footnote ↩︎