-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): fix styles output path & update docs
- Loading branch information
Showing
5 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,11 +88,11 @@ npm install cherry-markdown --save | |
|
||
如果需要开启 `mermaid` 画图、表格自动转图表功能,需要同时添加`mermaid` 与`echarts`包。 | ||
|
||
目前**Cherry**推荐的插件版本为`[email protected]`、`mermaid@8.11.1` | ||
目前**Cherry**推荐的插件版本为`[email protected]`、`mermaid@9.4.3` | ||
|
||
```bash | ||
# 安装mermaid依赖开启mermaid画图功能 | ||
yarn add mermaid@8.11.1 | ||
yarn add mermaid@9.4.3 | ||
# 安装echarts依赖开启表格自动转图表功能 | ||
yarn add [email protected] | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,11 +90,11 @@ npm install cherry-markdown --save | |
|
||
If you need to enable the functions of `mermaid` drawing and table-to-chart, you need to add `mermaid` and `echarts` packages at the same time. | ||
|
||
Currently, the plug-in version **Cherry** recommend is `[email protected]` `mermaid@8.11.1`. | ||
Currently, the plug-in version **Cherry** recommend is `[email protected]` `mermaid@9.4.3`. | ||
|
||
```bash | ||
# Install mermaid, enable mermaid and drawing function | ||
yarn add mermaid@8.11.1 | ||
yarn add mermaid@9.4.3 | ||
# Install echarts, turn on the table-to-chart function | ||
yarn add [email protected] | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.