Skip to content

Commit 845b1f2

Browse files
authored
docs: update image resizing
1 parent e281704 commit 845b1f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/helpers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
8686
```md
8787
![logo](https://docsify.js.org/_media/icon.svg ':size=50x100')
8888
![logo](https://docsify.js.org/_media/icon.svg ':size=100')
89+
90+
<!-- Support percentage -->
91+
![logo](https://docsify.js.org/_media/icon.svg ':size=10%')
8992
```
9093

9194
![logo](https://docsify.js.org/_media/icon.svg ':size=50x100')
9295
![logo](https://docsify.js.org/_media/icon.svg ':size=100')
96+
![logo](https://docsify.js.org/_media/icon.svg ':size=10%')

0 commit comments

Comments
 (0)