A docsify plugin that hide code.
Add following script tag to your index.html after docsify.
<scriptsrc="https://unpkg.com/docsify-hide-code"></script>You can also use the following script.
<scriptsrc="https://cdn.jsdelivr.net/npm/docsify-hide-code/dist/docsify-hide-code.min.js"></script>window.$docsify={hideCode: {scroll: false,// Enable scrollingheight: 300// Max height}}