-
from: https://github.com/denoland/deno/issues/20383
I'm interested in writing this plugin. It'd be really helpful if i could get a pointer on where to start.
-
```
import {data, calc} from "@/components/data";
```
Is it possible to import the above component globally for me to use `{data, calc}` across all .mdx files? Currently, I'm importing it at all …
-
# Setter Injection
* value as element
* value as attribute
* pname space
* list
* set
* map
* properties
* object ref
* dcheck
# Construction Injection
* value as element
* value as at…
-
Hey, do you have any plans to support MDX in vscode? I see that it atleast somewhat works, the live sync doesn't however.
-
Hi. Congratulations on the release! I'm really excited to start using this new version of CodeHike.
I have a quick question regarding compatibility. It seems that CodeHike v1 is not fully compatibl…
-
We could allow users to provide pages as `.mdx` files. This would be handy for documentation websites.
We could also automatically add ids to headings. See:
- https://github.com/mdx-js/mdx/issues/…
-
### Context
As part of the Rafiki repository we have our documentation site (built with Astro and styled with Starlight). The docs files are created in markdown.
### The problem
The current f…
-
### Link to the code that reproduces this issue
👆🏻
### To Reproduce
I'm using dynamic imports with MDX to load in some mdx that lives outside the app dir. The approved method for this is to use dyn…
-
I'm using `hybrid` mode with `mdx` to render the blog content.
With `@astrojs/node`, the production build serves the image with `.webp` normally.
But with `astro-bun`, it is always **404 not found…
-
Surprised this hasn't been mentioned here before, but has anyone considered adding MDX support for this parser? I understand it may take some consideration to support MDX fully with JSX syntax recogni…