59 lines
666 B
Markdown
59 lines
666 B
Markdown
---
|
|
title: Sample title goes here
|
|
author: romane
|
|
description: testing marpx
|
|
|
|
header: Header goes here
|
|
footer: "2026-XX-XX"
|
|
|
|
marp: true
|
|
theme: cantor
|
|
paginate: true
|
|
transition: none
|
|
|
|
size: 16:9
|
|
lang: en
|
|
math: mathjax
|
|
---
|
|
|
|
# Presentation main screen
|
|
<!-- _class: "title-academic" -->
|
|
|
|
> 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!!!")
|
|
}
|
|
```
|
|
|
|
---
|
|
# Schematic
|
|
|
|
<div class="multicolumn">
|
|
|
|
<div>col 1</div>
|
|
|
|
<div>col 2</div>
|
|
|
|
<div>col 3</div>
|
|
|
|
</div>
|
|
|
|
---
|
|
# Done!
|
|
- Thanks for your attention!
|
|
- Any questions?
|