md 文档与 jsx 混写记录,具体使用见:mdx 示例
提示
Use the power of React to create interactive blog posts.
<button onClick={() => alert("button clicked!")}>Click me!</button>
md 文档与 jsx 混写记录,具体使用见:mdx 示例
Use the power of React to create interactive blog posts.
<button onClick={() => alert("button clicked!")}>Click me!</button>
Docusaurus blogging features are powered by the blog plugin.
Simply add Markdown files (or folders) to the blog directory.
Regular blog authors can be added to authors.yml.
The blog post date can be extracted from filenames, such as:
2019-05-30-welcome.md2019-05-30-welcome/index.mdA blog post folder can be convenient to co-locate blog post images:

The blog supports tags as well!
And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.