Skip to content

Commit 025bc5c

Browse files
committed
chore: update all plugins.md, fixed #187
1 parent 8f1066a commit 025bc5c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/de-de/plugins.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,18 @@ Wenn das Skript auf der Seite ein externes ist (eine Javascript Datei über das
9191

9292
## Bilder zoomen
9393

94-
Medium's Bilderzoom. Basierend auf [zoom-image](https://github.com/egoist/zoom-image).
94+
Medium's Bilderzoom. Basierend auf [medium-zoom](https://github.com/francoischalifour/medium-zoom).
9595

9696
```html
9797
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
9898
```
9999

100+
Exclude the special image
101+
102+
```markdown
103+
![](image.png ':no-zoom')
104+
```
105+
100106
## Edit on github
101107

102108
Add `Edit on github` button on every pages. provided by 3rd party, check [document](https://github.com/njleonzhang/docsify-edit-on-github)

docs/zh-cn/plugins.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,21 @@
8585

8686
## 图片缩放 - Zoom image
8787

88-
Medium's 风格的图片缩放插件. 基于 [zoom-image](https://github.com/egoist/zoom-image)
88+
Medium's 风格的图片缩放插件. 基于 [medium-zoom](https://github.com/francoischalifour/medium-zoom)
8989

9090
```html
9191
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
9292
```
9393

9494

95+
忽略某张图片
96+
97+
```markdown
98+
![](image.png ':no-zoom')
99+
```
100+
101+
102+
95103
## Edit on github
96104

97105
Add `Edit on github` button on every pages. provided by 3rd party, check [document](https://github.com/njleonzhang/docsify-edit-on-github)

0 commit comments

Comments
 (0)