File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff 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+ 
104+ ```
105+
100106## Edit on github
101107
102108Add ` Edit on github ` button on every pages. provided by 3rd party, check [ document] ( https://github.com/njleonzhang/docsify-edit-on-github )
Original file line number Diff line number Diff line change 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+ 
99+ ```
100+
101+
102+
95103## Edit on github
96104
97105Add ` Edit on github ` button on every pages. provided by 3rd party, check [ document] ( https://github.com/njleonzhang/docsify-edit-on-github )
You can’t perform that action at this time.
0 commit comments