35 lines
405 B
Markdown
35 lines
405 B
Markdown
---
|
|
marp: true
|
|
paginate: true
|
|
footer: 2026-XX-XX
|
|
header: Some presentation title
|
|
math: mathjax
|
|
---
|
|
|
|
# Presentation main screen
|
|
|
|
> Done at some point, very fast yaknow
|
|
|
|
---
|
|
# Contents
|
|
- First content
|
|
- Second content
|
|
- Third content
|
|
|
|
---
|
|
# A bit of code as well
|
|
```go
|
|
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello world!!!")
|
|
}
|
|
```
|
|
|
|
---
|
|
# Done!
|
|
- Thanks for your attention!
|
|
- Any questions?
|