export { default as theme } from './theme' import { Image, Notes, Appear, Code } from '../dist' import Layout from './Layout' # mdx-deck MDX-based presention decks --- # Presentation decks --- # Built with [MDX][] [MDX]: https://github.com/mdx-js/mdx --- import Box from 'superbox' Import React components --- - Make bulleted lists - To help make your point --- ## Code Examples ```jsx /* JavaScript example */ const foo = a => a * a; function bar(a) { return a * a; } ``` ```jsx
Some JSX
``` --- ### Appear --- ## Getting Started 1. `npm i -D mdx-deck` 2. Write some markdown and JSX 3. Present --- ``` ``` ```notes - These are speaker notes - And they won't rendered in your slide ``` --- > “Blockquotes are essential to any good presentation” – Anonymous --- --- export default Layout # Get started :sunglasses: [GitHub](https://github.com/jxnblk/mdx-deck)