Files
testrepo/presentation/presentation.md
T

60 lines
679 B
Markdown
Raw Normal View History

2026-05-05 14:31:16 +02:00
---
2026-05-06 14:19:42 +02:00
title: Sample title goes here
author: romane
description: testing marpx
2026-05-06 14:52:07 +02:00
keywords: []
2026-05-06 14:19:42 +02:00
header: Header goes here
footer: "2026-XX-XX"
2026-05-05 14:31:16 +02:00
marp: true
2026-05-06 14:52:07 +02:00
theme: gödel
2026-05-05 14:31:16 +02:00
paginate: true
2026-05-06 14:19:42 +02:00
transition: none
size: 16:9
lang: en
2026-05-05 14:31:16 +02:00
math: mathjax
---
# Presentation main screen
2026-05-06 14:19:42 +02:00
<!-- _class: "title-academic" -->
2026-05-05 14:31:16 +02:00
> 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!!!")
}
```
2026-05-06 14:19:42 +02:00
---
# Schematic
<div class="multicolumn">
<div>col 1</div>
<div>col 2</div>
<div>col 3</div>
</div>
2026-05-05 14:31:16 +02:00
---
# Done!
- Thanks for your attention!
- Any questions?