MDX page

2025年7月21日 23:00

按钮组件

占位图测试

  • base64

    ![图片测试](https://static.yyyds.top/pb-img/pexels-pixabay.avif "BlurImage-base64")

    图片测试

  • svg

    max-width: 80%

  • css

提示条组件

A callout is a short piece of text intended to attract attention
A callout is a short piece of text intended to attract attention.
A callout is a short piece of text intended to attract attention.
A callout is a short piece of text intended to attract attention.
A callout is a short piece of text intended to attract attention.

GitHub Alert Syntax

Github Alert 形式编写

提示

Helpful advice for doing things better or more easily.

注意

Helpful advice for doing things better or more easily.

重要

Key information users need to know to achieve their goal.

警告

Urgent info that needs immediate user attention to avoid problems.

危险

Advises about risks or negative outcomes of certain actions. Advises about risks or negative outcomes of certain actions.

language

function fancyAlert(arg) {
  if (arg) {
   alert("Hello!")
  }
}