skip to content
Logo Noospic

md for astro-cactus

1.折叠块

<details>
<summary>title for collapsed </summary>
...
</details>

参考引用:

github-doc

2. 提示框

:::note
this is a note
:::

目前支持以下提示框类型:

  • note / 自定义-> :::note[自定义title]
  • tip
  • important
  • warning
  • caution