From 4b45338412974f9341fb7feb30dad1812c736117 Mon Sep 17 00:00:00 2001 From: fwx5618177 Date: Fri, 26 Apr 2024 00:58:18 +0800 Subject: [PATCH 1/2] feat: add new plugin --- doc/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 5bd2f626..6fdb12e3 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -91,6 +91,9 @@ The list of plugins: * 🟢 [`remark-codesandbox` ](https://github.com/kevin940726/remark-codesandbox) – create CodeSandbox from code blocks +* 🟢 [`remark-codesandbox-sandpack` + ](https://github.com/fwx5618177/remark-codesandbox-sandpack) + – create CodeSandbox from code blocks on both browser and Node * 🟢 [`remark-collapse` ](https://github.com/Rokt33r/remark-collapse) — make a section collapsible From 229b6abd64ee171ebca721748c0c20402ae9eb3b Mon Sep 17 00:00:00 2001 From: wenxuan feng <279357596@qq.com> Date: Fri, 26 Apr 2024 01:08:02 +0800 Subject: [PATCH 2/2] Update plugins.md - Change the description Signed-off-by: wenxuan feng <279357596@qq.com> --- doc/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.md b/doc/plugins.md index 6fdb12e3..203ebbdb 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -93,7 +93,7 @@ The list of plugins: – create CodeSandbox from code blocks * 🟢 [`remark-codesandbox-sandpack` ](https://github.com/fwx5618177/remark-codesandbox-sandpack) - – create CodeSandbox from code blocks on both browser and Node + – create CodeSandbox container from code blocks on both the browser and Node * 🟢 [`remark-collapse` ](https://github.com/Rokt33r/remark-collapse) — make a section collapsible