1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 13:58:02 +03:00
mdx-deck/templates/basic/deck.mdx

24 lines
293 B
Plaintext
Raw Normal View History

2019-03-10 02:34:20 +03:00
import { Head, Notes } from 'mdx-deck'
2018-08-25 23:40:44 +03:00
2019-03-10 02:34:20 +03:00
export { theme } from './theme'
2018-08-25 23:40:44 +03:00
<Head>
<title>Presentation Title</title>
</Head>
# Hello
---
## Edit this file
To create your presentation
2019-03-10 02:34:20 +03:00
<Notes>
Create speaker notes with the Notes component
</Notes>
2018-08-25 23:40:44 +03:00
---
<https://github.com/jxnblk/mdx-deck>