-
Recently updated from `gatsby-mdx` to `gatsby-plugin-mdx` and following the starter theme structure
https://github.com/gatsbyjs/gatsby/blob/master/themes/gatsby-theme-blog-core/gatsby-config.js
I'…
-
Hi, can I still use this package if I am making an api call and it returns the mdx as a string?
Is there a function in the package that I can use with this string?
For reference of what I'm tryi…
-
### Make MDX a general purpose templating language
Allow MDX generate content other than Markdown, such as AsciiDoc, or more broadly work as a templating language similar to Velocity, Jinja, etc.
…
-
It is my understanding, per https://mdxjs.com/advanced/components , that React components can be imported into MDX files.
When I run the starter and add a blog to the content folder it crashes.
…
-
I’m not entirely sure what the canon style is since the original Markdown itself doesn’t include support for footnotes, but in most sites I’ve seen (including the one run by [John Gruber](https://dari…
-
**Prettier 1.19.1**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBLAtgBwgJxgAkMOCMIDEIIAaQgIQEMd8BffAMxwnVPwHIA6APRlUADxgBXHHF4AdKPIDE+ABJwANuuqkA7rnUATAITz5AHgoR8AIwDmAXl7SDvA…
Tigge updated
4 years ago
-
## Summary
When in you save a file with some invalid jsx i.e. an unclosed tag The node is not created in graphql and this means the page/site breaks and it isn't immediately obvious why.
My sugg…
-
**Describe the bug**
I have a project created by vue-cli and storybook is added by its cli plugin.
Regarding this documentation: https://github.com/storybookjs/storybook/tree/master/addons/notes (se…
-
We need to make these a bit prettier, because right now it's a pure horror.
Unleash your imagination! 👨🎨
Related:
https://github.com/neherlab/covid19_scenarios/issues/147
P.S. FAQ page can …
-
MDX supports importing mdx and react components as react components:
https://mdxjs.com/getting-started#documents
Somehow it currently does not work in our setup.
Ref: #85