-
The current iteration of `mdx-deck-live-code` was made for `mdx-deck@1.x`, and doesn't seem to work with `mdx-deck@2.x`. Another unfortunate consequence of this, is that it doesn't work with the CodeS…
-
Hello, Is it possible to use this in a nextjs app preferably without the dependency of mdx-deck? I am fine with adding mdx deck as well but I was not able to get it work with nextjs app
-
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 Succ…
-
When running `mdx-deck .mdx` every second I get a set of messages in my terminal:
```
info added directory at //node_modules/mdx-deck/.cache/redux
info added directory at //node_modules/mdx-deck/…
domvo updated
8 months ago
-
Hello.
When I try to export my presentation like:
```
mdx-deck-export pdf history.mdx
```
I have following error:
```
ERROR Failed to compile with 1 errors …
Aetet updated
4 years ago
-
just clone the repo to try this out. didnt make any code changes. used the node version from .nvmrc file (12.21.0)
run npm dev and get this error:
```bash
Error [ERR_REQUIRE_ESM]: Must use impo…
-
-
try to use multiple decks like shown in the csb-examples.
```
// deck.js
import { slides as one } from './one.mdx'
import { slides as two } from './two.mdx'
export const slides = [...one, ...tw…
-
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 problem …
-
First time user. MDX Deck looks great... But I just followed the [Getting Started](https://github.com/jxnblk/mdx-deck#getting-started) steps precisely (in a new, blank project, nothing weird going on)…