1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-08-15 17:40:26 +03:00
mdx-deck/templates/basic/deck.mdx
2019-07-16 17:20:02 -04:00

25 lines
325 B
Plaintext

import { Head, Notes } from 'mdx-deck'
import { theme } from './theme'
export const themes = [ theme ]
<Head>
<title>Presentation Title</title>
</Head>
# Hello
---
## Edit this file
To create your presentation
<Notes>
Create speaker notes with the Notes component
</Notes>
---
<https://github.com/jxnblk/mdx-deck>