-
The following code blocks are coped from mdxjs.com, and I add some `//comments` for them. You will look back when you are reading the questions below.
- At page https://mdxjs.com/getting-started/c…
-
If we do prism highlighting at render-time in React and not in the mdx loader, it would allow people to get access to code blocks as strings instead of html. This would make it easy for folks to add l…
-
---
https://github.com/akzhy/gatsby-starter-elemental
-
Part of the **Top 25 Learning Workflows initiative**. See #13708 for the meta issue that this issue falls under.
# User story
As a new Gatsby user, I want to embed my React components into Markd…
-
**Describe the bug**
`MDXProvider` used the provided component for block level code (triple backticked) but not for inline code (single backticked)
**To Reproduce**
A link to your [gatsby-mdx m…
-
Hi, I'm trying to add zoom-in/zoom-out feature to my images.
I'm configuring gatsby as:
```
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-mdx`,
optio…
-
### Website: dark mode not working in Firefox
Dark mode isn’t working in Firefox. Also, if this helps, the implementation of dark mode on https://styled-system.com and https://jxnblk.com/blog/ does…
-
https://mdxjs.com/getting-started/create-react-app#create-react-app
The "rewired" package has never been supported. CRA 2.0 supports Babel Macros and MDX was one of the reasons we added it — would …
-
@bespoyasov, возникла еще такая идея, создать скелет проекта по разделам, и просто закинуть везде, где нет текста плашку WIP, как это сделано у зейтов в [доке](https://mdxjs.com/guides/table-of-conten…
-
There is any plan to provide support for `mdx` https://mdxjs.com/ ?
There is a roadmap for upcoming features?
Great project by the way ;)