-
Hi @jxnblk, would it be possible to bump the version of the [`gatsby` dependency](https://github.com/jxnblk/mdx-deck/blob/ce473528cce50a518d25c0956e141352162b9b73/packages/mdx-deck/package.json#L24) t…
-
# Paul Scanlon | Syntax highlighting with Gatsby, MDX, Tailwind and Prism React Renderer
In this post I'll explain how I use the excellent {" "}
Prism React Renderer by {" "}
Formiddable to add s…
-
Opening new issue based on issue [93](https://github.com/apollographql/gatsby-theme-apollo/issues/93)
Trying to create a minimal gatsby based on the Apollo Theme.
I create minimal content as suggest…
-
[gatsby-plugin-mdx](https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/?=mdx) allows multiple directories:
```javascript
// gatsby-config.js
module.exports = {
plugins: [
{
resolve…
-
# Search Terms
- .mdx
- mdx
- mdx support
## Suggestion
Could or would it be on the road map to allow type checking in non .ts files. In my case i'm specifically wondering if TypeScript can…
-
Hello,
I'm trying to use this plugin with MDX. I noticed that MDX support was added in #93, but there are no examples provided on how actually to work with MDX files. I assumed this would work:
…
-
@KrazyKirby99999 this page is not up to date:
https://github.com/matrix-org/matrix.org/blob/49db2160c3742a4656282afaa1c6d5371b581799/gatsby/content/projects/sdks/simple-matrix-bot-lib.mdx#L20
I …
-
```
ERROR
UNHANDLED REJECTION Unable to find plugin "gatsby-plugin-mdx". Perhaps you need to install its package?
Error: Unable to find plugin "gatsby-plugin-mdx". Perhaps you need to ins…
-
Hello, I'm really enjoying using your remark plugins with Gatsby.
One thing I've noticed is that Gatsby is not aware that changes to the dependent file should rebuild the mdx.
Example:
```js
…
-
I am trying to implement this plugin to work with my self hosted videos. Currently getting 'Error: Unable to find plugin "gatbsy-remark-videos". Perhaps you need to install its package?' error during …