react
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
js
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}js
export default {
data () {
return {
msg: 'Focused!'
}
}
}js
export default {
data () {
return {
msg: 'Removed'
msg: 'Added'
msg: 'Error'
msg: 'Warning'
}
}
}🎉 💯
INFO
This is an info box.
TIP
This is a tip.
WARNING
This is a warning.
DANGER
This is a dangerous warning.
Details
This is a details block.
STOP
Danger zone, do not proceed
Click me to view the code
js
console.log('Hello, VitePress!')Markdown Content
The count is: 0