-
Is there anyway to access code block meta strings? Example:
in an mdx page -
\```js myVar=myValue
const foo = "bar"
...
\```
[Reference](https://v0.mdxjs.com/guides/live-code)
-
Related: #17 #16 #17
I can't get remark-gfm to work as a plugin for extending markdown support to include Github Flavoured Markdown.
Adding an
```
mdx: {
remarkPlugins: [remarkGfm],
}…
-
Hello
In the sample I see how to use the Image component but how about images I have in my local repository?
- deck.mdx
- images/hero.jpg
This does not work
```jsx
## Background Image
…
-
Kind of like next.js docs load the route manifest file from github version tags, would be rad to use same technique somehow.
-
### Summary
I'm making a personal blog using Next.js 13.3.0 and `@next/mdx` to integrate Markdown with Next.
I followed the docs to setup the basics and it seems to work just fine. BUT, when I t…
-
It would be really cool to support mermaid diagrams, there's a remark/rehype plugin but i believe it relies on puppeteer, not sure how this will interact with our bundler api.
-
See https://github.com/netlify/netlify-cms/issues/2064 for technical requirements.
**Is your feature request related to a problem? Please describe.**
I want to use MDX with NetlifyCMS. But I can…
-
[unplugin-vue-components] no components found
```
const path = require('path')
const Components = require('unplugin-vue-components/vite')
const AutoImport = require('unplugin-auto-import/vite')
…
-
This is a complicated topic, so I will do my best to summarize all of the issues at play here. Primarily, this is on our radar because dependabot alerted us that sub dependencies reference a vulnerabl…
-
### Is your feature request related to a problem? Please describe
I'm always frustrated when in a project I have 100500 dependencies, and of course when they have collisions. And of course, when an…