An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# docsify-hide-code

![](https://img.shields.io/badge/github-jl15988-000000?logo=github&link=https://github.com/jl15988) ![](https://img.shields.io/badge/github-docsify--hide--code-000000?logo=github&link=https://github.com/jl15988/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
}
}
```