Custom Block Ex

Info

This is an info box code.

conslog('hello world')
NOTE
conslog('hello world')
Tip

This is a tip code.

conslog('hello world')
Warning

This is a warning code.

conslog('hello world')
Danger

This is a dangerous warning code.

conslog('hello world')
Details

This is a details block code.

conslog('hello world')

conslog('hello world')

::: code-group

/**
 * @type {import('vitepress').UserConfig}
 */
const config = {
  // ...
}

export default config
import type { UserConfig } from 'vitepress'

const config: UserConfig = {
  // ...
}

export default config

:::