File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,13 @@ docsify的分页导航插件,由[@imyelo](https://github.com/imyelo)提供。
194
194
它提供了统计中文汉字和英文单词的功能,并且排除了一些markdown语法的特殊字符例如* 、-等
195
195
196
196
** Add JS**
197
+
197
198
``` html
198
199
<script src =" //unpkg.com/docsify-count/dist/countable.js" ></script >
199
200
```
200
201
201
202
** Add settings**
203
+
202
204
``` js
203
205
window .$docsify = {
204
206
count: {
@@ -212,23 +214,6 @@ window.$docsify = {
212
214
213
215
check [ document] ( https://github.com/827652549/docsify-count )
214
216
215
-
216
- ## Code Fund
217
-
218
- 帮你快速接入[ Code Fund] ( https://codesponsor.io/ ) 的[ 插件] ( https://github.com/njleonzhang/docsify-plugin-codefund ) , 由[ @njleonzhang ] ( https://github.com/njleonzhang ) 提供。
219
-
220
- > Code Fund 以前叫 codesponsor
221
-
222
- ```
223
- <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
224
-
225
- window.$docsify = {
226
- plugins: [
227
- DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // 把这个id改成你的codefund id
228
- ]
229
- }
230
- ```
231
-
232
217
## Tabs
233
218
234
219
这个插件用来在 Markdown 中显示选项卡。
You can’t perform that action at this time.
0 commit comments