https://github.com/jl15988/docsify-hide-code
A docsify plugin that hide code.
https://github.com/jl15988/docsify-hide-code
Last synced: 9 months ago
JSON representation
A docsify plugin that hide code.
- Host: GitHub
- URL: https://github.com/jl15988/docsify-hide-code
- Owner: jl15988
- License: mit
- Created: 2023-08-18T07:44:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T14:23:57.000Z (over 2 years ago)
- Last Synced: 2025-02-11T07:35:49.104Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docsify - docsify-hide-code - A docsify plugin that hide code. (Plugins)
README
# docsify-hide-code
 
A docsify plugin that hide code.
## Installation
Add following script tag to your index.html after docsify.
```js
```
You can also use the following script.
```js
```
## Options
```js
window.$docsify = {
hideCode: {
scroll: false, // Enable scrolling
height: 300 // Max height
}
}
```