提示
博客如有错请告知,谢谢
联系方式:supcrf@outlook.com
markdown 语法学习
Markdown学习
{ "title": "Markdown学习", "description": "Markdown学习", "date": 2023.11 }
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
🎉 💯
信息
This is an info box.
提示
This is a tip.
警告
This is a warning.
危险
This is a dangerous warning.
详细信息
This is a details block.
STOP
Danger zone, do not proceed
Click me to view the code
js
console.log('Hello, VitePress!')Wraps in a
2
js
export default {
name: 'MyComponent',
// ...
}html
<ul>
<li v-for="todo in todos" :key="todo.id">
{{ todo.text }}
</li>
</ul>js
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}js
export default { // Highlighted
data () {
return {
msg: `Highlighted!
This line isn't highlighted,
but this and the next 2 are.`,
motd: 'VitePress is awesome',
lorem: 'ipsum'
}
}
}js
export default { // Highlighted
data () {
return {
msg: `Highlighted!
This line isn't highlighted,
but this and the next 2 are.`,
motd: 'VitePress is awesome',
lorem: 'ipsum'
}
}
}js
export default { // Highlighted
data () {
return {
msg: `Highlighted!
This line isn't highlighted,
but this and the next 2 are.`,
motd: 'VitePress is awesome',
lorem: 'ipsum'
}
}
}