python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to map frontmatter subitem?
I want to map the frontmatter subitems in Gatsby template. The infobox has sub-items and I want to map the infobox as they will change per article. Some articles may have 3 others may have 10. Some ar...
mardag
Votes: 0
Answers: 1
Convert string read from a local mdx file to a window.document object
I have a next.js project using mdx-bundler'
Is there a way to convert string read from a local mdx file to a window.document object so I can use querySelector to query dom elements?
for example, I hav...
Joji
Votes: 0
Answers: 0
How can I make vue-i18n / vue2 work with Storybook mdx type story?
I couldn't make it work for a long time so I thought to put here for others fighting with the same issue.
The setup is:
- "vue": "^2.6.12",
- @storybook/vue": "^6.4.19&qu...
Picard
Votes: 0
Answers: 1
imported .mdx files does not get styles for inline-code and code previews
I ran into a problem / bug, when you import .mdx file inside another .mdx file, then imported file does not get styles for inline-code and code preview.
Text is displayed, also headings are formatted ...
Pinnci
Votes: 0
Answers: 0