From 795958dc9194679594d67722104604d6d40ff52b Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Sat, 22 Jul 2023 20:43:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=A3=E7=A0=81=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E5=88=86=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c31dd3..27fcef1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,4 +158,39 @@ Fork 本仓库,然后在你的仓库中进行修改,修改完成后在本仓 ``` :::tip 语法自查 https://mermaid.js.org + ::: + +3. 代码分块 + + ``` + ::: code-group + + ```sh [npm] + $ npm install -D vitepress + ``` + + ```sh [pnpm] + $ pnpm add -D vitepress + ``` + + ```sh [yarn] + $ yarn add -D vitepress + ``` + + ::: + ``` + ::: code-group + + ```sh [npm] + $ npm install -D vitepress + ``` + + ```sh [pnpm] + $ pnpm add -D vitepress + ``` + + ```sh [yarn] + $ yarn add -D vitepress + ``` + ::: \ No newline at end of file