[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: update image resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jul 5, 2018
1 parent e281704 commit 845b1f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%')

0 comments on commit 845b1f2

Please sign in to comment.