A docsify plugin that hide code.
npm install docsify-hide-codejs
`
You can also use the following script.
`js
`
Options
`js
window.$docsify = {
hideCode: {
scroll: false, // Enable scrolling
height: 300 // Max height
}
}
``