This commit is contained in:
array-in-a-matrix 2024-01-16 02:29:50 -05:00
parent c9f152e753
commit bc44445fe4

View file

@ -57,13 +57,8 @@ Can't wait to put food on the table.
| 🍑 | 🌭 | 🧀 |
| 🍉 | 🏖️🧙 | 🧀 |
This document is actually MDX not pure Markdown so we can do things like this:
<a onclick="alert('Look at the console.'); console.log('This is cool right?');">
Click me!
</a>
MDX can be used for UI component stuff like JSX. You can import MDX into other MDX or into `.astro` files and the opposite is true!
This document is actually MDX not pure Markdown.
MDX can be used for UI component stuff like JSX. You can import MDX into other MDX or into `.astro` files and the reverse works too!
Here is a code block: