Markdown Features in VuePaper
VuePaper renders standard Markdown through Nuxt Content, with syntax highlighting included.
Code blocks
function greet(name) {
return `Mingalaba, ${name}!`;
}
Blockquotes
Simplicity is the ultimate sophistication.
Lists
- Fast
- Minimal
- Accessible
Tables
| Feature | Supported |
|---|---|
| Dark mode | ✅ |
| Tags | ✅ |
| Search | ✅ |
| RSS | ✅ |