NipGeihou's blog NipGeihou's blog
  • Java

    • 开发规范
    • 进阶笔记
    • 微服务
    • 快速开始
    • 设计模式
  • 其他

    • Golang
    • Python
    • Drat
  • Redis
  • MongoDB
  • 数据结构与算法
  • 计算机网络
  • 应用

    • Grafana
    • Prometheus
  • 容器与编排

    • KubeSphere
    • Kubernetes
    • Docker Compose
    • Docker
  • 组网

    • TailScale
    • WireGuard
  • 密码生成器
  • 英文单词生成器
🍳烹饪
🧑‍💻关于
  • 分类
  • 标签
  • 归档

NipGeihou

我见青山多妩媚,料青山见我应如是
  • Java

    • 开发规范
    • 进阶笔记
    • 微服务
    • 快速开始
    • 设计模式
  • 其他

    • Golang
    • Python
    • Drat
  • Redis
  • MongoDB
  • 数据结构与算法
  • 计算机网络
  • 应用

    • Grafana
    • Prometheus
  • 容器与编排

    • KubeSphere
    • Kubernetes
    • Docker Compose
    • Docker
  • 组网

    • TailScale
    • WireGuard
  • 密码生成器
  • 英文单词生成器
🍳烹饪
🧑‍💻关于
  • 分类
  • 标签
  • 归档
  • Markdown 容器
  • Markdown 中使用组件
    • 标记
      • 《沁园春·雪》
    • 代码块选项卡
目录

Markdown 中使用组件

主题的内置组件可以直接在 Markdown 文件中以类似 html 标签的方式使用。

# 标记

  • Props:

    • text - string
    • type - string, 可选值: tip | warning | error ,默认: tip
    • vertical - string, 可选值: top | middle ,默认: top
  • Usage:

你可以在标题或其他内容中使用标记:

#### 《沁园春·雪》 <Badge text="摘"/>
北国风光<Badge text="注释" type="warning"/>,千里冰封,万里雪飘。

> <Badge text="译文" type="error" vertical="middle"/>: 北方的风光。

效果:

# 《沁园春・雪》 摘

北国风光注释,千里冰封,万里雪飘。

译文: 北方的风光。

# 代码块选项卡 v1.8.0 +

在 <code-group> 中嵌套 <code-block> 来配合使用。在 <code-block> 标签添加 title 来指定 tab 标题, active 指定当前 tab:

<code-group>
  <code-block title="YARN" active>
  ```bash
  yarn add vuepress-theme-vdoing -D
  ```
  </code-block>

  <code-block title="NPM">
  ```bash
  npm install vuepress-theme-vdoing -D
  ```
  </code-block>
</code-group>

效果:

    yarn add vuepress-theme-vdoing -D
    
    npm install vuepress-theme-vdoing -D
    
    // Make sure to add code blocks to your code group

    注意

    • 请在 <code-group> 标签与 markdown 内容之间使用空行隔开,否则可能会解析不出来。
    • 该组件只适用于放置代码块,放其他内容在体验上并不友好。如您确实需要放置其他内容的选项卡,推荐使用 vuepress-plugin-tabs (opens new window) 插件。
    上次更新: 2024/01/31, 11:46:46
    Markdown 容器

    ← Markdown 容器

    最近更新
    01
    Docker Swarm
    04-18
    02
    安全隧道 - gost
    04-17
    03
    Solana最佳实践
    04-16
    更多文章>
    Theme by Vdoing | Copyright © 2018-2025 NipGeihou | 友情链接
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式