Back to Plandex

MDX Blog Post

docs/blog/2021-08-01-mdx-blog-post.mdx

latest350 B
Original Source

Blog posts support Docusaurus Markdown features, such as MDX.

:::tip

Use the power of React to create interactive blog posts.

js
<button onClick={() => alert('button clicked!')}>Click me!</button>

<button onClick={() => alert('button clicked!')}>Click me!</button>

:::