This commit is contained in:
Thomas Ruoff
2019-01-09 20:23:22 +01:00
commit 61e47432a7
6 changed files with 8654 additions and 0 deletions

23
deck.mdx Normal file
View File

@@ -0,0 +1,23 @@
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>