-
I would really like to see this add support for MDX files. I installed this to help with editing my blog. But all my blog entries are in MDX and it does not seem to support that.
-
MDX has matured quite a bit since this was discussed previously on the forum.
- Now at version 3
- Supports YAML or Native [frontmatter](https://mdxjs.com/guides/frontmatter/)
- Has a CLI
It i…
drush updated
3 weeks ago
-
Learn more about - Markdown and MDX and move mdx for pages to app dir
https://nextjs.org/docs/pages/building-your-application/configuring/mdx
-
I configure the plugin like this:
```javascript
import nextMDX from "@next/mdx";
import remarkSVGBob from "remark-svgbob";
const withMDX = nextMDX({
extension: /\.mdx?$/,
options: {
…
-
Обновить таблицу отступоп для статей на портале
-
**Is your feature request related to a problem? Please describe.**
`md` syntax highlighting works great, but `mdx` is not supported. [MDX](https://mdxjs.com/) allows you to mix and match JSX with mar…
-
`href`ing to the `platforms` fails per comments from Bri in the initial issue declaration at #2 — should document this and applications of proper dashes in the CONTRIBUTING guide via a footnote.…
-
First, thank the developers for your great jobs.
However, the error message from the current content-collections is very confusing.
Different errors will throw similar messages, like this:
```log…
-
Following the quickstart for mdx here https://www.content-collections.dev/docs/content/mdx
![image](https://github.com/user-attachments/assets/ed0116b8-fbb7-495c-8864-e91705d1e561)
results in th…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …