-
Hi there 👋
Let's translate the course to `Arabic` so that the whole community can benefit from this resource 🌎!
Below are the chapters and files that need translating - let us know here if you'd…
-
### Version
```sh
System:
OS: Windows 11 10.0.22631
CPU: (8) x64 AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
Memory: 973.03 MB / 6.94 GB
Browsers:
Edge: Chromium (126.0.2592.113)
…
-
Should we allow support for traditional non-JSX html in markdown files?
Atm you can only use html if it is valid "jsx" so attributes must be camel-cased, `class` must be `className` etc. This is beca…
-
### Astro Info
```block
Astro v4.12.2
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
Because I love Web Monetization, and I'm an active contriburor of the [Astro docs](https://github.com/withastro/docs), I would like to help you to translate ALL files in French language 🥐
### Task…
-
Docusaurus provides an [opinionated suggestion](https://docusaurus.io/docs/markdown-features/links) for referencing other markdown files as a link: use `../link/to/file.mdx` instead of `../link/to/fil…
-
### 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 …
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
It seems to be possible to write documentation pages in `mdx`. However, when loading `mdx` pages, they come out sans styles:
Is there a neat way to wrap `mdx` output with `PageRenderer` or app…
-
Hello,
With mdx v2, the support of constants work, you can test this example with [the playground](https://mdxjs.com/playground/) :
```jsx
// test.mdx
export const text = 'Hello, world!';
…