Skip to content

Commit a0189cc

Browse files
authored
Merge branch 'develop' into docsify-updated
2 parents 1a58e5e + baf5a8a commit a0189cc

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ When readers expand the demo box, the source code and description are shown ther
138138
Add a simple `Click to copy` button to all preformatted code blocks to effortlessly allow users to copy example code from your docs. Provided by [@jperasmus](https://github.com/jperasmus)
139139

140140
```html
141-
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
141+
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
142142
```
143143

144144
See [here](https://github.com/jperasmus/docsify-copy-code/blob/master/README.md) for more details.

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"*.js": "eslint --fix"
5555
},
5656
"dependencies": {
57-
"dompurify": "^2.2.8",
57+
"dompurify": "^2.2.9",
5858
"marked": "^1.2.9",
5959
"medium-zoom": "^1.0.6",
6060
"opencollective-postinstall": "^2.0.2",

0 commit comments

Comments
 (0)