Blog posts support Docusaurus Markdown features, such as MDX.
tip
Use the power of React to create interactive blog posts.
<html>
<button onClick={() => alert("button clicked!")}>Click me!</button>
</html>
Blog posts support Docusaurus Markdown features, such as MDX.
Use the power of React to create interactive blog posts.
<html>
<button onClick={() => alert("button clicked!")}>Click me!</button>
</html>