mdx-deck
mdx-deck copied to clipboard
♠️ React MDX-based presentation decks
https://codesandbox.io/s/gracious-jackson-fccko?file=/deck.mdx And it keeps restarting the server / building
Is it still possible to split larger presentation into multiple files with version 3? At least the way it worked in v2 doesn't seem to work anymore and I can't...
I was wondering if a PR to support the `.md` extension would be accepted? I'd like the option to use regular markdown as this would allow me to continue to...
To reproduce just add the lowercased word "graphql" anywhere to your deck and start with `mdx-deck deck.mdx` This is the error message printed ``` ERROR #85911 GRAPHQL There was a...
https://github.com/jxnblk/mdx-deck/blob/master/docs/themes.md Each import should be `import { someTheme } from '@mdx-deck/themes'` rather than `import { someTheme } from 'mdx-deck/themes'`
Hi! First of all, thanks for the great tool! :) I found an issue with the latest (4.1.1) version of mdx-deck, and I'm also submitting a PR to fix it....
Hi, I have a gatsby website and want to include an mdx-deck presentation into it. I understand that it may be possible but i cannot find any tips to make...
There a way to change the path of where the slide deck is being exported to?
When running `md-deck build deck.mdx` on a clean mdx-deck (v4.1.1) setup the process errors out with the following message: ``` > mdx-deck build deck.mdx info Deleting .cache, public info Successfully...
`context.step` was not stored in localstorage. This caused tabs not to sync.