跳到主要内容

1 篇博文 含有标签「文本」

Hola tag description

查看所有标签

mdx笔记

· 阅读需 1 分钟
AL42
No one's soul deserves to be remembered.

docusaurus使用

  1. 作者与标签 Regular blog authors can be added to authors.yml. Regular tags can be added to tags.yml.

  2. 文章放置方法 The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

mdx文件支持js语法

Blog posts support Docusaurus Markdown features, such as MDX.

提示

Use the power of React to create interactive blog posts.

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