1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 03:18:57 +03:00
mdx-deck/templates/basic/deck.mdx
2019-03-09 18:34:20 -05:00

24 lines
293 B
Plaintext

import { Head, Notes } from 'mdx-deck'
export { theme } from './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>