Files
lt-35c3/deck.mdx
Thomas Ruoff 61e47432a7 Init
2019-01-09 20:23:22 +01:00

24 lines
292 B
Plaintext

import { Head } from 'mdx-deck'
export { default as theme } from './theme'
<Head>
<title>Presentation Title</title>
</Head>
# Hello
---
## Edit this file
To create your presentation
```notes
- Create speaker notes in fenced code blocks
```
---
<https://github.com/jxnblk/mdx-deck>