slug | title | authors | tags | ||
---|---|---|---|---|---|
mdx-blog-post |
MDX Blog Post |
|
|
Blog posts support Docusaurus Markdown features, such as MDX.
:::tip
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>
<button onClick={() => alert('button clicked!')}>Click me!
:::