Switch to Astro #4
1 changed files with 7 additions and 0 deletions
|
@ -27,3 +27,10 @@ When you open this page in the browser, you should see the clickable button belo
|
||||||
- [MDX Syntax Documentation](https://mdxjs.com/docs/what-is-mdx)
|
- [MDX Syntax Documentation](https://mdxjs.com/docs/what-is-mdx)
|
||||||
- [Astro Usage Documentation](https://docs.astro.build/en/guides/markdown-content/#markdown-and-mdx-pages)
|
- [Astro Usage Documentation](https://docs.astro.build/en/guides/markdown-content/#markdown-and-mdx-pages)
|
||||||
- **Note:** [Client Directives](https://docs.astro.build/en/reference/directives-reference/#client-directives) are still required to create interactive components. Otherwise, all components in your MDX will render as static HTML (no JavaScript) by default.
|
- **Note:** [Client Directives](https://docs.astro.build/en/reference/directives-reference/#client-directives) are still required to create interactive components. Otherwise, all components in your MDX will render as static HTML (no JavaScript) by default.
|
||||||
|
|
||||||
|
|
||||||
|
this $\LaTeX$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\KaTeX
|
||||||
|
$$
|
Loading…
Add table
Reference in a new issue