1.0.1 • Published 9 months ago

docsify-hide-code v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

docsify-hide-code

npm.io npm.io

A docsify plugin that hide code.

Installation

Add following script tag to your index.html after docsify.

<script src="https://unpkg.com/docsify-hide-code"></script>

You can also use the following script.

<script src="https://cdn.jsdelivr.net/npm/docsify-hide-code/dist/docsify-hide-code.min.js"></script>

Options

window.$docsify = {
    hideCode: {
        scroll: false, // Enable scrolling
        height: 300 // Max height
    }
}
1.0.1

9 months ago

1.0.0

9 months ago