Mermaid 流程图语法指南
· 阅读需 2 分钟
1. 定义
阿Q是中国现代文学家鲁迅在他的小说《阿Q正传》中塑造的一个经典人物形象。阿Q是一个生活在清末民初的农村贫苦农民,他的性格和行为反映了当时社会底层人民的精神状态。阿Q的名字中的“Q”并没有具体的含义,鲁迅借此表达了对这个人物的讽刺和批判。
安装nodejs
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
安装Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt install yarn
安装
npx create-docusaurus@latest my-website classic
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>
This is the summary of a very long blog post,
Use a <!--
truncate
-->
comment to limit blog post size in the list view.