add external-script plugin
This commit is contained in:
parent
723a6040f2
commit
1aa6636ba8
6 changed files with 72 additions and 1 deletions
|
|
@ -75,3 +75,10 @@ The default is to support parsing emoji. For example `:100:` will be parsed to :
|
|||
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
|
||||
```
|
||||
|
||||
## External Script
|
||||
|
||||
If the script on the page is an external one (imports a js file via `src` attribute), you'll need this plugin to make it work.
|
||||
|
||||
```html
|
||||
<script src="//unpkg.com/docsify/lib/plugins/external-script.js"></script>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue