-
I noticed that the following does not work for mdx files in Gatsby
```javascript
// Process all HTML images in markdown body
selectAll('html', markdownAST).forEach((_node: any) => {
```
D…
-
This a known bug in MDX see the thread discussing this here:
https://github.com/ChristopherBiscardi/gatsby-mdx/issues/204
Waiting for the fix from MDX before implementing.
-
I followed instructions in your "Usage with Gatsby" docs : [](https://github.com/jxnblk/mdx-deck/tree/master/packages/gatsby-theme)
I tried it multiple times on fresh installs.
But I'm getting the…
-
**Short description:**
I am using react/gatsby and netlify cms.
I am making a custom widget and the styles are not loading. My goal is to use css classes. The styles work as intended when the compon…
-
# Bug
## Steps To Reproduce
run `yarn start` in the slides/concepts folder
I'm getting the following output:
```
fxone@fx-one:~/dev/relay-workshop-private/slides/concepts$ yarn start
ya…
fxOne updated
3 years ago
-
Hey! I just tried to use this plugin through gatsby-plugin-mdx and it appears to be eating the abbreviations 🤔 It replaces them with an empty space. I’m not sure if the same thing happens when using i…
-
The entire `unified` stack and community around it has received major updates to all ecosystem components.
I was looking into maybe using `mdx-embed` for a project but that project requires `mdx` v3.…
-
Hi,
I'm building a blog in which I'm also embedding file downloads using the [`gatsby-remark-copy-linked-files`](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-fi…
-
**Describe the bug**
When running development `npm run dev` shows moduleNotFoundError
```
ERROR UNKNOWN
Module not found: Error: Can't resolve 'react-syntax-highlighter/dist/esm/styles/hljs'…
-
# Paul Scanlon | MDX and ESM rehype Packages
Hey, in this post i'm going to show you how to use the latest ESM rehype packages with
gatsby-plugin-mdx v3 . Titus Wormer Before we…
[https://pauli…