Zum Hauptinhalt springen

MDX Blog Post

· Eine Minute Lesezeit
Daniel Keller
Front End Engineer @ Facebook

Blog posts support Docusaurus Markdown features, such as MDX.

tipp

Use the power of React to create interactive blog posts.

For example, use JSX to create an interactive button:

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