Skip to content

Commit

Permalink
chore: update all plugins.md, fixed #187
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Nov 2, 2017
1 parent 8f1066a commit 025bc5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/de-de/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,18 @@ Wenn das Skript auf der Seite ein externes ist (eine Javascript Datei über das

## Bilder zoomen

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

```html
<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)
Expand Down
10 changes: 9 additions & 1 deletion docs/zh-cn/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,21 @@

## 图片缩放 - Zoom image

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

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


忽略某张图片

```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)
Expand Down

0 comments on commit 025bc5c

Please sign in to comment.