Kitchen Sink
This page provides examples of everything that can be used
Code Block Tabs
- CommonJS
- ESM
- Typescript
const { Command } = require('panda')
import { Command } from 'panda'
import { Command } from 'panda'
Code Block Highlighting
Test Code Block
import { Command } from 'panda'
const x = 0
const y = 1
const z = 2
npm2yarn
- npm
- Yarn
- pnpm
npm install @docusaurus/remark-plugin-npm2yarn
yarn add @docusaurus/remark-plugin-npm2yarn
pnpm add @docusaurus/remark-plugin-npm2yarn
Admonitions
note
Some content with Markdown syntax
. Check this api
.
tip
Some content with Markdown syntax
. Check this api
.
info
Some content with Markdown syntax
. Check this api
.
warning
Some content with Markdown syntax
. Check this api
.
danger
Some content with Markdown syntax
. Check this api
.
Your Title with some Markdown
syntax
!Some content with some Markdown syntax
.