MDX Blog Post
· 阅读需 1 分钟
Blog Markdown features](https://docusaurus.io/docs/markdown-features), such as MDX.
提示
Use the power of React to create interactive blog posts.
For example, use JSX to create an interactive button:
<button onClick={() => alert('hello!')}>点我!</button>
