docs: update image resizing

fix/351
cinwell.li 6 years ago committed by GitHub
parent e281704e83
commit 845b1f2990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/helpers.md

@ -86,7 +86,11 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
```md
![logo](https://docsify.js.org/_media/icon.svg ':size=50x100')
![logo](https://docsify.js.org/_media/icon.svg ':size=100')
<!-- Support percentage -->
![logo](https://docsify.js.org/_media/icon.svg ':size=10%')
```
![logo](https://docsify.js.org/_media/icon.svg ':size=50x100')
![logo](https://docsify.js.org/_media/icon.svg ':size=100')
![logo](https://docsify.js.org/_media/icon.svg ':size=10%')

Loading…
Cancel
Save