mdx-deck icon indicating copy to clipboard operation
mdx-deck copied to clipboard

♠️ React MDX-based presentation decks

Results 108 mdx-deck issues
Sort by recently updated
recently updated
newest added

Hey, I just tried to start a new mdx-deck project with the latest version. As long as I keep everything inside a single deck file, it seems to work correctly....

A very small fix that clarifies instructions in the readme.

This is a very simple fix. At first blush, I had no idea where the ES6 style code in the readme was supposed to go (a separate file, maybe some...

Bumps [react-helmet](https://github.com/nfl/react-helmet) from 5.2.1 to 6.1.0. Release notes Sourced from react-helmet's releases. v6.1.0 Features Re-add Helmet as a default export [(#547)](nfl/react-helmet#547) Note: You may now choose import Helmet or import...

dependencies

First of all, thank you to the developers that came up with mdx-deck, it's pretty awesome honestly. I got spun up pretty quickly. That said, while I play around if...

Maybe it's not a bug per say, but I just noticed a `.cache/` directory was created in `node_modules/mdx-deck/` when I `mdx-deck build deck.mdx`, which I found sort of weird. Should...

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace...

Hey there! I really love mdx-deck. ❤ I was just wondering if anyone found a project on github that provides a simple interface to create a slide? Like creating divs...

Hey there - I spent quite a bit of time this evening trying to get `gatsby-theme-mdx-deck` to work. I've run into a dead end in the most basic scenario I...

I have a website that uses gatsby + material ui stack. It has its own landing page. i.e. src/pages/index.jsx I want to host presentation as a part of the website....