Commit 025bc5c 1 parent 8f1066a commit 025bc5c Copy full SHA for 025bc5c
File tree 2 files changed +16
-2
lines changed
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
91
91
92
92
## Bilder zoomen
93
93
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 ) .
95
95
96
96
``` html
97
97
<script src =" //unpkg.com/docsify/lib/plugins/zoom-image.min.js" ></script >
98
98
```
99
99
100
+ Exclude the special image
101
+
102
+ ``` markdown
103
+ 
104
+ ```
105
+
100
106
## Edit on github
101
107
102
108
Add ` 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 85
85
86
86
## 图片缩放 - Zoom image
87
87
88
- Medium's 风格的图片缩放插件. 基于 [ zoom-image ] ( https://github.com/egoist/zoom-image ) 。
88
+ Medium's 风格的图片缩放插件. 基于 [ medium-zoom ] ( https://github.com/francoischalifour/medium-zoom ) 。
89
89
90
90
``` html
91
91
<script src =" //unpkg.com/docsify/lib/plugins/zoom-image.js" ></script >
92
92
```
93
93
94
94
95
+ 忽略某张图片
96
+
97
+ ``` markdown
98
+ 
99
+ ```
100
+
101
+
102
+
95
103
## Edit on github
96
104
97
105
Add ` 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