
A quote
This is an inline code
Just a normal paragraph with bold and italic text
Another paragraph
An ordered list:
An unordered list:
A table:
| Item | Price | # In stock |
|---|---|---|
| Juicy Apples | 1.99 | 7 |
| Bananas | 1.89 | 5234 |
<template>
<div>{{ msg }}</div>
</template>
<script>
export default {
name: 'HelloWorldProps',
props: {
msg: String,
},
}
</script>
<style scoped></style>
{
"a": 10
}
var a = 10
var a = 10
div {
color: red;
}
<template>
<div>{{ msg }}</div>
</template>
export default {
data() {
return {
msg: 'Focused!', }
},
}
export default {
data () {
return {
msg: 'Removed' msg: 'Added' }
}
}
/**
* @type {import('vitepress').UserConfig}
*/
const config = {
// ...
}
export default config
import type { UserConfig } from 'vitepress'
const config: UserConfig = {
// ...
}
export default config
