Currently, we use simple markdown pages.
This is bad, because we often have HTML or React components inside them.
This is not according to the MD standard. but to the MDX standard (https://mdxjs.com/).
We should rename all markdown pages to .mdx for the following reasons:
Comply with standard
Explicitly tell Docusaurus any any code editor (eg. VSC) that the pages are MDX
Description
Currently, we use simple markdown pages. This is bad, because we often have HTML or React components inside them. This is not according to the MD standard. but to the MDX standard (https://mdxjs.com/).
We should rename all markdown pages to
.mdx
for the following reasons:More information can be found here: https://docusaurus.io/docs/markdown-features/react
Priority
Low (Nice-to-have)
Please tick the boxes