Skip to content

Commit fa780d0

Browse files
committed
dont commit lib files
1 parent e8d850c commit fa780d0

File tree

10 files changed

+573
-124
lines changed

10 files changed

+573
-124
lines changed

Diff for: docs/helpers.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
8181
- [ ] bim
8282
- [ ] lim
8383

84-
## Image resizing
84+
## Image
85+
86+
### Resizing
8587

8688
```md
8789
![logo](https://docsify.js.org/_media/icon.svg ':size=50x100')
@@ -96,6 +98,18 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
9698
![logo](https://docsify.js.org/_media/icon.svg ':size=100')
9799
![logo](https://docsify.js.org/_media/icon.svg ':size=10%')
98100

101+
### Customise class
102+
103+
```md
104+
![logo](https://docsify.js.org/_media/icon.svg ':class=someCssClass')
105+
```
106+
107+
### Customise ID
108+
109+
```md
110+
![logo](https://docsify.js.org/_media/icon.svg ':id=someCssId')
111+
```
112+
99113
## Customise ID for headings
100114

101115
```md

Diff for: package-lock.json

+30-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)