This is an info box code.
code
conslog('hello world')
This is a tip code.
This is a warning code.
This is a dangerous warning code.
This is a details block code.
::: code-group
/** * @type {import('vitepress').UserConfig} */ const config = { // ... } export default config
import type { UserConfig } from 'vitepress' const config: UserConfig = { // ... } export default config
:::