gitbook-plugin-click-reveal

1.0.0 • Public • Published

Click To Reveal Plugin

npm version

Simple plugin to add « Click to Reveal » functionnality to your GitBook.

Preview

Installation

In your book.json add the plugin:

{
    "plugins": [
        "click-reveal"
    ]
}

Usage

Quick use :

{% reveal %}
Your element to **hide**
{% endreveal %}

With custom text :

{% reveal text="Click here to reveal my secret" %}
Your element to **hide**
{% endreveal %}

/gitbook-plugin-click-reveal/

    Package Sidebar

    Install

    npm i gitbook-plugin-click-reveal

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    37.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • vbrosseau