|
# Slidev
|
|
|
|
Hello, World!
|
|
|
|
---
|
|
|
|
# Page 2
|
|
|
|
Directly use code blocks for highlighting
|
|
|
|
```ts
|
|
console.log('Hello, World!')
|
|
```
|
|
|
|
---
|
|
|
|
# Page 3
|
|
|
|
You can directly use Windi CSS and Vue components to style and enrich your slides.
|
|
|
|
<div class="p-3">
|
|
<Tweet id="20" />
|
|
</div> |