marp-template/presi.md

47 lines
507 B
Markdown
Raw Normal View History

2023-11-10 16:03:10 +01:00
---
marp: true
theme: rose-pine-moon
author: cupcakearmy
footer: Some footer
paginate: true
style: |
section { justify-content: start; }
pre {
max-height: calc(100vh);
overflow: auto;
}
---
<style scoped>section { justify-content: center; }</style>
<!--_paginate: false -->
# Some big title
Some subtitle
---
# This is very important
- one
- two
- three
---
<!--
_paginate: false
_footer: ''
-->
## ![bg](./images/keynote.jpg)
---
# Some code
```ts
#include(./src/example.ts)
```