-
### Summary
It's not viable for Pigment CSS to rely on integrating deeply with all bundlers. It needs a bundler agnostic escape hatch, so a runtime?
### Examples
- I can't use Pigment CSS wit…
-
Tried running the slides with both `npm` and `yarn` and have run into a few errors:
1. Looks like `@emotion/core`, `gatsby-theme-mdx-deck`, and `theme-ui` are dependencies, but are not listed
1. E…
-
The docs show two approaches how to import and set a theme:
1\. (e.g. [here](https://github.com/jxnblk/mdx-deck/blob/508141d/docs/theming.md#built-in-themes)):
```js
import { themes } from 'mdx…
-
# Description
The built-in themes are not working with v3.0.13.
# Steps to reproduce
1. `npm init`
2. `npm i -D mdx-deck@3.0.13`
3. set start script
4. create deck.mdx and copy-paste the c…
-
👋 Hey there!
I just threw together a sample project with mdx-deck@v4/gatsby and code-surfer@v3. When I attempted to run `gatsby develop` I got this error
```
> gatsby develop
success open a…
-
I can't seem to get the following to work with mdx-deck@4. It's currently just showing blank screen. I don't think it's even reading the file.
````mdx
```js 5:10 file=./file.js
```
…
-
I am unable to get Theme UI Color Mode working with `gatsby-theme-mdx-deck`.
It works properly when shadowing `src/gatsby-plugin-theme-ui/index.js` in the consuming Gatsby site. But not when export…
-
After speaking with @molebox it's probably a good idea to get each of the examples deployed somewhere and from here in Storybook docs we can advise users on how to install MDX Embed for each of the ex…
-
Has anyone looked into making slides with `mdsvex`? I'm wondering if there's an equivalent to React's [mdx-deck](https://github.com/jxnblk/mdx-deck) for Svelte.
-
Hey team.
This is mostly a comment on the docs in this repo.
You link to Code Surfer, which is really cool, however it only works with mdx-deck ^1.7.7.
Not mdx-deck 2 or 3.
Developer is workin…