Skip to content
On this page

使用示例

提示框

文章非原创

作者:1

来源:1

注意:个人学习使用,会对原文进行修改批注

图片放大

image.png

自定义容器

INFO

This is an info box.

TIP

This is a tip.

WARNING

This is a warning.

DANGER

This is a dangerous warning.

Details

This is a details block.

js
const a = 1;

参考:https://vitepress.dev/guide/markdown#custom-containers

代码高亮

js
const a = 1;
const a = 1;
const a = 1;
const a = 1;
const a = 1;
const a = 1;
const a = 1;
const a = 1;
const a = 1;

参考:https://vitepress.dev/guide/markdown#line-highlighting-in-code-blocks