-
With the release of [v2.16.0](https://github.com/errata-ai/vale/releases/tag/v2.16.0), it's now possible to create sharable configurations. This is particularly useful for providing a better out-of-th…
-
I am happy someone else also had this problem. For blog posts with `gatsby-source-filesystem` this is working great but not for mdx pages inside `src/pages`.
With the graphiql GUI I can see the par…
-
We can create pages with mdx, but not working with markdown. Installed `gatsby-transformer-remark` and configured in `gatsby-config.js`. The page data is coming with graphql query, `allMarkdownRemark`…
-
Hey there, Kevin! 👋
First of all, let me reinforce the gratitude for this. I'm about to go insane managing a bunch of needlessly complex GraphQL queries and React methods to work with sophisticated…
hdoro updated
4 years ago
-
Hi,
I have a problem with getting to work MultiCodeBlock inside MDX page.
This the content of mdx page: [ignore txt extension, I just could not upload mdx file :(]
[dummy.txt](https://github.co…
-
## Description
When an id starts with a number, like an element with `id="1-Sign-Up-to-create-the-User"`, it crashes when trying to be scrolled to.
### Steps to reproduce
Apply `gatsby-plugin…
-
https://github.com/johno/gatsby-themes/blob/master/docs/creating-an-mdx-theme.md#props-apis
johno updated
5 years ago
-
The npm scripts guide says
> develop - this is your primary for starting up your gatsby site for development
> develop:clean - this is provided as a convenience; it first runs clean then develop
…
-
Switched over to MDX. All configuration for `gatsby-remark-reading-time` left the same.
Doesn't seem to be compatible:
```
GraphQL Error Encountered 1 error(s):
- Unknown field 'readingTime' o…
-
I just added your plugin and it seems to work totally fine but looking at the generated code it seems that it has an undefined parent element. I couldn't find the source where it resolves to undefined…