Features
- i18n - multi-language support.
- Animation on theme changing - View Transitions API.
- taze - 🥦 keep your dependencies fresh.🥦
- Pre-configured main page, navbars, sidebars.
- twoslash - Add a hint of TypeScript compiler in code.
- eslint - check and format codes and markdowns.
medium-zoom
- images zoom on click.- UnoCSS - Instant On-demand Atomic CSS Engine
Demo
UnoCSS
The text style is usingUnoCSS
html
<div mt-1>
<span>The text style is using</span>
<span color-violet font-size-18px ml-2 underline>UnoCSS</span>
</div>
Twoslash
ts
// This is twoslash
import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
import { defineConfig } from 'vitepress'
export default defineConfig({
markdown: {
codeTransformers: [
transformerTwoslash()
]
}
})
medium-zoom
Try image zoom here: