fix: zoom image plugin issue, fixed #187 (#300)

This commit is contained in:
cinwell.li
2017-10-31 08:20:08 -05:00
committed by GitHub
parent cc98f56cdd
commit fa772cfa94
6 changed files with 53 additions and 37 deletions

View File

@@ -97,6 +97,13 @@ Medium's Image Zoom. Based on [zoom-image](https://github.com/egoist/zoom-image)
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
```
Exclude the special image
```markdown
![](image.png ':no-zoom')
```
## Edit on github
Add `Edit on github` button on every pages. provided by 3rd party, check [document](https://github.com/njleonzhang/docsify-edit-on-github)