mirror of
https://github.com/cupcakearmy/marp-template.git
synced 2024-11-01 03:04:12 +01:00
47 lines
507 B
Markdown
47 lines
507 B
Markdown
|
---
|
||
|
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)
|
||
|
```
|