mdx
mdx copied to clipboard
Mintlify markdown parser
## Feature specify the language for the snippet and highlight lines, see examples below (using screenshots because github can't escape ```) ## Syntax after specifying the language, specify one or...
### Summary - Update the dependencies to latest release (next-mdx-remote, mdx.js, rehype and remark plugins) - Add support for code line highlight and also made changes to examples accordingly. -...
Hi, I've noticed that Mintlify's Latex rendering can be pretty bad in that it will very often not wrap words around the page and will instead overflow causing pages to...
I'm on react 19. I've been getting peer dependency errors. ``` Progress: resolved 1543, reused 1359, downloaded 0, added 0, done WARN Issues with peer dependencies found apps/docs └─┬ mintlify...
Add Typescript deps to serverExternalPackages config in Next.js + bump Next.js in `pages-router` example
minimal repro: ```json foo.json {"foo": "bar"} ``` ```toml foo.toml foo = "bar" ``` here's an example docs page for live repro: https://subtrace.dev/docs/cloudflare (see the wrangler.json / wrangler.toml) example screenshot:
In https://mintlify.com/docs/components/accordions, when you click an accordion, your clipboard content is changed upon expansion. This doesn't make sense - why does that happen?