marp-template/presentation.md

47 lines
502 B
Markdown
Raw Permalink Normal View History

2023-11-10 15:03:10 +00:00
---
marp: true
2023-11-16 15:20:53 +00:00
theme: rose-pine
2023-11-10 15:03:10 +00:00
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: ''
-->
2023-11-16 15:20:53 +00:00
## ![bg](./assets/keynote.jpg)
2023-11-10 15:03:10 +00:00
---
# Some code
```ts
2023-11-16 14:46:19 +00:00
@import(./snippets/sum.ts)
2023-11-10 15:03:10 +00:00
```