We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ac279 commit c0ad78bCopy full SHA for c0ad78b
packages/docs/docs/.vuepress/config.js
@@ -87,6 +87,7 @@ module.exports = ctx => ({
87
before: info => `<UpgradePath title="${info}">`,
88
after: '</UpgradePath>',
89
}],
90
+ ['flowchart'],
91
],
92
extraWatchFiles: [
93
'.vuepress/nav/en.js',
packages/docs/docs/zh/faq/README.md
@@ -12,12 +12,12 @@ sidebar: auto
12
13
描述 stylus 编译器编译顺序的简单图表如下:
14
15
-@flowstart <br />
16
-阶段1=>操作: palette.styl <br />
17
-阶段2=>操作: 默认 app 样式 <br />
18
-阶段3=>操作: index.styl <br />
+@flowstart
+stage1=>operation: palette.styl
+stage2=>operation: 默认 app 样式
+stage3=>operation: index.styl
19
20
-阶段1->阶段2->阶段3 <br />
+stage1->stage2->stage3
21
@flowend
22
23
<br>
0 commit comments